Html Css Color HEX #7FDC3B Atlantis

📋 copy color: '#7FDC3B'

red 127 ◦ green 220 ◦ blue 59

#7FDC3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #7FDC3B

Tints of Atlantis #7FDC3B

RGB

 RED value IS 127 (50% from 255) = 31.28%

 GREEN value IS 220 (86.33% from 255) = 54.19%

 BLUE value IS 59 (23.44% from 255) = 14.53%

R = 31.28%
G = 54.19%
B = 14.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7FDC3B (or 0x7FDC3B) is known color: Atlantis. HEX triplet: 7F, DC and 3B. RGB value is (127,220,59). Sum of RGB (Red+Green+Blue) = 127+220+59=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDC3B is #8023C4. Grayscale: #AEAEAE. Windows color (decimal): -8397765 or 3923071. OLE color: 3923071.

HSL color Cylindrical-coordinate representation of color #7FDC3B: hue angle of 94.66º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FDC3B is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 220 59 -
CMYK 0.42 0 0.73 0.14
HSL 94.66º 0.7% 0.55% -
HSV(B) 94.66º 0.73% 0.86% -
XYZ 35.14 56.01 13.1 -
YUV 173.84 63.19 94.59 -
System Red Green Blue C M Y K H S L
Decimal 127 220 59 0.42 0 0.73 0.14 94.66 0.7 0.55
Hex 7F DC 3B 2A 0 49 E 5F 46 37
Octal 177 334 73 52 0 111 16 137 106 67
Binary 1111111 11011100 111011 101010 0 1001001 1110 1011111 1000110 110111

Color Harmonies of #7FDC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDC3B

Black with #7FDC3B

Text Example


Text Example

White with #7FDC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FDC3B; }

 p { color: rgb(127,220,59); }

 H1.HeaderClassName
 {
   color: #7FDC3B;
 }
 .AnyTagClassName
 {
   color: #7FDC3B;
 }
</style>

background-color css

<style>
 a { background-color: #7FDC3B; }

 a { background-color: rgb(127,220,59); }

 div.DivClassName
 {
   background-color: #7FDC3B;
 }
 .BgClassName
 {
   background-color: #7FDC3B;
 }
</style>

border-color css

<style>
 span { border-color: #7FDC3B; }

 span { border-color: rgb(127,220,59); }

 td.TdClassName
 {
   border-color: #7FDC3B;
 }
 .TagClassName
 {
   border-color: #7FDC3B;
 }
</style>