Html Css Color HEX #7DAF0B Lima

📋 copy color: '#7DAF0B'

red 125 ◦ green 175 ◦ blue 11

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

Shades of Lima #7DAF0B

Tints of Lima #7DAF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.54%

R = 40.19%
G = 56.27%
B = 3.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#7DAF0B (or 0x7DAF0B) is known color: Lima. HEX triplet: 7D, AF and 0B. RGB value is (125,175,11). Sum of RGB (Red+Green+Blue) = 125+175+11=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAF0B is #8250F4. Grayscale: #8D8D8D. Windows color (decimal): -8540405 or 765821. OLE color: 765821.

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

Color convert

RGB 125 175 11 -
CMYK 0.29 0 0.94 0.31
HSL 78.29º 0.88% 0.36% -
HSV(B) 78.29º 0.94% 0.69% -
XYZ 23.85 35.04 5.82 -
YUV 141.35 54.44 116.34 -
System Red Green Blue C M Y K H S L
Decimal 125 175 11 0.29 0 0.94 0.31 78.29 0.88 0.36
Hex 7D AF B 1D 0 5E 1F 4E 58 24
Octal 175 257 13 35 0 136 37 116 130 44
Binary 1111101 10101111 1011 11101 0 1011110 11111 1001110 1011000 100100

Color Harmonies of #7DAF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF0B

Black with #7DAF0B

Text Example


Text Example

White with #7DAF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,175,11); }

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

background-color css

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

 a { background-color: rgb(125,175,11); }

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

border-color css

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

 span { border-color: rgb(125,175,11); }

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