Html Css Color HEX #7DAF0D Lima

📋 copy color: '#7DAF0D'

red 125 ◦ green 175 ◦ blue 13

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

Shades of Lima #7DAF0D

Tints of Lima #7DAF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 39.94%
G = 55.91%
B = 4.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#7DAF0D (or 0x7DAF0D) is known color: Lima. HEX triplet: 7D, AF and 0D. RGB value is (125,175,13). Sum of RGB (Red+Green+Blue) = 125+175+13=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAF0D is #8250F2. Grayscale: #8E8E8E. Windows color (decimal): -8540403 or 896893. OLE color: 896893.

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

Color convert

RGB 125 175 13 -
CMYK 0.29 0 0.93 0.31
HSL 78.52º 0.86% 0.37% -
HSV(B) 78.52º 0.93% 0.69% -
XYZ 23.86 35.05 5.89 -
YUV 141.58 55.44 116.17 -
System Red Green Blue C M Y K H S L
Decimal 125 175 13 0.29 0 0.93 0.31 78.52 0.86 0.37
Hex 7D AF D 1D 0 5D 1F 4F 56 25
Octal 175 257 15 35 0 135 37 117 126 45
Binary 1111101 10101111 1101 11101 0 1011101 11111 1001111 1010110 100101

Color Harmonies of #7DAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF0D

Black with #7DAF0D

Text Example


Text Example

White with #7DAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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