Html Css Color HEX #7CAF08 Lima

📋 copy color: '#7CAF08'

red 124 ◦ green 175 ◦ blue 8

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

Shades of Lima #7CAF08

Tints of Lima #7CAF08

RGB

 RED value IS 124 (48.83% from 255) = 40.39%

 GREEN value IS 175 (68.75% from 255) = 57%

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

R = 40.39%
G = 57%
B = 2.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#7CAF08 (or 0x7CAF08) is known color: Lima. HEX triplet: 7C, AF and 08. RGB value is (124,175,8). Sum of RGB (Red+Green+Blue) = 124+175+8=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAF08 is #8350F7. Grayscale: #8D8D8D. Windows color (decimal): -8605944 or 569212. OLE color: 569212.

HSL color Cylindrical-coordinate representation of color #7CAF08: hue angle of 78.32º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7CAF08 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 175 8 -
CMYK 0.29 0 0.95 0.31
HSL 78.32º 0.91% 0.36% -
HSV(B) 78.32º 0.95% 0.69% -
XYZ 23.69 34.96 5.73 -
YUV 140.71 53.1 116.08 -
System Red Green Blue C M Y K H S L
Decimal 124 175 8 0.29 0 0.95 0.31 78.32 0.91 0.36
Hex 7C AF 8 1D 0 5F 1F 4E 5B 24
Octal 174 257 10 35 0 137 37 116 133 44
Binary 1111100 10101111 1000 11101 0 1011111 11111 1001110 1011011 100100

Color Harmonies of #7CAF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAF08

Black with #7CAF08

Text Example


Text Example

White with #7CAF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,175,8); }

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

background-color css

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

 a { background-color: rgb(124,175,8); }

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

border-color css

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

 span { border-color: rgb(124,175,8); }

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