Html Css Color HEX #7DB715 Lima

📋 copy color: '#7DB715'

red 125 ◦ green 183 ◦ blue 21

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

Shades of Lima #7DB715

Tints of Lima #7DB715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 37.99%
G = 55.62%
B = 6.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#7DB715 (or 0x7DB715) is known color: Lima. HEX triplet: 7D, B7 and 15. RGB value is (125,183,21). Sum of RGB (Red+Green+Blue) = 125+183+21=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB715 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB715 is #8248EA. Grayscale: #939393. Windows color (decimal): -8538347 or 1423229. OLE color: 1423229.

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

Color convert

RGB 125 183 21 -
CMYK 0.32 0 0.89 0.28
HSL 81.48º 0.79% 0.4% -
HSV(B) 81.48º 0.89% 0.72% -
XYZ 25.53 38.28 6.75 -
YUV 147.19 56.78 112.17 -
System Red Green Blue C M Y K H S L
Decimal 125 183 21 0.32 0 0.89 0.28 81.48 0.79 0.4
Hex 7D B7 15 20 0 59 1C 51 4F 28
Octal 175 267 25 40 0 131 34 121 117 50
Binary 1111101 10110111 10101 100000 0 1011001 11100 1010001 1001111 101000

Color Harmonies of #7DB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB715

Black with #7DB715

Text Example


Text Example

White with #7DB715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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