Html Css Color HEX #7DB717 Lima

📋 copy color: '#7DB717'

red 125 ◦ green 183 ◦ blue 23

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

Shades of Lima #7DB717

Tints of Lima #7DB717

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.29%

 BLUE value IS 23 (9.38% from 255) = 6.95%

R = 37.76%
G = 55.29%
B = 6.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#7DB717 (or 0x7DB717) is known color: Lima. HEX triplet: 7D, B7 and 17. RGB value is (125,183,23). Sum of RGB (Red+Green+Blue) = 125+183+23=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB717 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB717 is #8248E8. Grayscale: #949494. Windows color (decimal): -8538345 or 1554301. OLE color: 1554301.

HSL color Cylindrical-coordinate representation of color #7DB717: hue angle of 81.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DB717 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 23 -
CMYK 0.32 0 0.87 0.28
HSL 81.75º 0.78% 0.4% -
HSV(B) 81.75º 0.87% 0.72% -
XYZ 25.55 38.29 6.85 -
YUV 147.42 57.78 112.01 -
System Red Green Blue C M Y K H S L
Decimal 125 183 23 0.32 0 0.87 0.28 81.75 0.78 0.4
Hex 7D B7 17 20 0 57 1C 52 4E 28
Octal 175 267 27 40 0 127 34 122 116 50
Binary 1111101 10110111 10111 100000 0 1010111 11100 1010010 1001110 101000

Color Harmonies of #7DB717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB717

Black with #7DB717

Text Example


Text Example

White with #7DB717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,183,23); }

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

background-color css

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

 a { background-color: rgb(125,183,23); }

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

border-color css

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

 span { border-color: rgb(125,183,23); }

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