Html Css Color HEX #7DAF1B Lima

📋 copy color: '#7DAF1B'

red 125 ◦ green 175 ◦ blue 27

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

Shades of Lima #7DAF1B

Tints of Lima #7DAF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.26%

R = 38.23%
G = 53.52%
B = 8.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#7DAF1B (or 0x7DAF1B) is known color: Lima. HEX triplet: 7D, AF and 1B. RGB value is (125,175,27). Sum of RGB (Red+Green+Blue) = 125+175+27=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAF1B is #8250E4. Grayscale: #8F8F8F. Windows color (decimal): -8540389 or 1814397. OLE color: 1814397.

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

Color convert

RGB 125 175 27 -
CMYK 0.29 0 0.85 0.31
HSL 80.27º 0.73% 0.4% -
HSV(B) 80.27º 0.85% 0.69% -
XYZ 23.99 35.1 6.55 -
YUV 143.18 62.44 115.03 -
System Red Green Blue C M Y K H S L
Decimal 125 175 27 0.29 0 0.85 0.31 80.27 0.73 0.4
Hex 7D AF 1B 1D 0 55 1F 50 49 28
Octal 175 257 33 35 0 125 37 120 111 50
Binary 1111101 10101111 11011 11101 0 1010101 11111 1010000 1001001 101000

Color Harmonies of #7DAF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF1B

Black with #7DAF1B

Text Example


Text Example

White with #7DAF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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