Html Css Color HEX #7DAE08 Lima

📋 copy color: '#7DAE08'

red 125 ◦ green 174 ◦ blue 8

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

Shades of Lima #7DAE08

Tints of Lima #7DAE08

RGB

 RED value IS 125 (49.22% from 255) = 40.72%

 GREEN value IS 174 (68.36% from 255) = 56.68%

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

R = 40.72%
G = 56.68%
B = 2.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#7DAE08 (or 0x7DAE08) is known color: Lima. HEX triplet: 7D, AE and 08. RGB value is (125,174,8). Sum of RGB (Red+Green+Blue) = 125+174+8=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE08 is #8251F7. Grayscale: #8D8D8D. Windows color (decimal): -8540664 or 568957. OLE color: 568957.

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

Color convert

RGB 125 174 8 -
CMYK 0.28 0 0.95 0.32
HSL 77.71º 0.91% 0.36% -
HSV(B) 77.71º 0.95% 0.68% -
XYZ 23.64 34.65 5.67 -
YUV 140.43 53.27 117 -
System Red Green Blue C M Y K H S L
Decimal 125 174 8 0.28 0 0.95 0.32 77.71 0.91 0.36
Hex 7D AE 8 1C 0 5F 20 4E 5B 24
Octal 175 256 10 34 0 137 40 116 133 44
Binary 1111101 10101110 1000 11100 0 1011111 100000 1001110 1011011 100100

Color Harmonies of #7DAE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE08

Black with #7DAE08

Text Example


Text Example

White with #7DAE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,174,8); }

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

background-color css

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

 a { background-color: rgb(125,174,8); }

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

border-color css

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

 span { border-color: rgb(125,174,8); }

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