Html Css Color HEX #7DC816 Lima

📋 copy color: '#7DC816'

red 125 ◦ green 200 ◦ blue 22

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

Shades of Lima #7DC816

Tints of Lima #7DC816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.64%

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 36.02%
G = 57.64%
B = 6.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#7DC816 (or 0x7DC816) is known color: Lima. HEX triplet: 7D, C8 and 16. RGB value is (125,200,22). Sum of RGB (Red+Green+Blue) = 125+200+22=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC816 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC816 is #8237E9. Grayscale: #9D9D9D. Windows color (decimal): -8533994 or 1493117. OLE color: 1493117.

HSL color Cylindrical-coordinate representation of color #7DC816: hue angle of 85.28º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DC816 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 200 22 -
CMYK 0.38 0 0.89 0.22
HSL 85.28º 0.8% 0.44% -
HSV(B) 85.28º 0.89% 0.78% -
XYZ 29.26 45.73 8.04 -
YUV 157.28 51.65 104.97 -
System Red Green Blue C M Y K H S L
Decimal 125 200 22 0.38 0 0.89 0.22 85.28 0.8 0.44
Hex 7D C8 16 26 0 59 16 55 50 2C
Octal 175 310 26 46 0 131 26 125 120 54
Binary 1111101 11001000 10110 100110 0 1011001 10110 1010101 1010000 101100

Color Harmonies of #7DC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC816

Black with #7DC816

Text Example


Text Example

White with #7DC816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,200,22); }

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

background-color css

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

 a { background-color: rgb(125,200,22); }

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

border-color css

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

 span { border-color: rgb(125,200,22); }

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