Html Css Color HEX #7FC808 Lima

📋 copy color: '#7FC808'

red 127 ◦ green 200 ◦ blue 8

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

Shades of Lima #7FC808

Tints of Lima #7FC808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.7%

 BLUE value IS 8 (3.52% from 255) = 2.39%

R = 37.91%
G = 59.7%
B = 2.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#7FC808 (or 0x7FC808) is known color: Lima. HEX triplet: 7F, C8 and 08. RGB value is (127,200,8). Sum of RGB (Red+Green+Blue) = 127+200+8=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 200 (78.52% from 255 or 59.70% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC808 is #8037F7. Grayscale: #9C9C9C. Windows color (decimal): -8402936 or 575615. OLE color: 575615.

HSL color Cylindrical-coordinate representation of color #7FC808: hue angle of 82.81º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FC808 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 200 8 -
CMYK 0.36 0 0.96 0.22
HSL 82.81º 0.92% 0.41% -
HSV(B) 82.81º 0.96% 0.78% -
XYZ 29.45 45.84 7.53 -
YUV 156.29 44.32 107.11 -
System Red Green Blue C M Y K H S L
Decimal 127 200 8 0.36 0 0.96 0.22 82.81 0.92 0.41
Hex 7F C8 8 24 0 60 16 53 5C 29
Octal 177 310 10 44 0 140 26 123 134 51
Binary 1111111 11001000 1000 100100 0 1100000 10110 1010011 1011100 101001

Color Harmonies of #7FC808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC808

Black with #7FC808

Text Example


Text Example

White with #7FC808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,200,8); }

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

background-color css

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

 a { background-color: rgb(127,200,8); }

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

border-color css

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

 span { border-color: rgb(127,200,8); }

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