Html Css Color HEX #7DC814 Lima

📋 copy color: '#7DC814'

red 125 ◦ green 200 ◦ blue 20

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

Shades of Lima #7DC814

Tints of Lima #7DC814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 36.23%
G = 57.97%
B = 5.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#7DC814 (or 0x7DC814) is known color: Lima. HEX triplet: 7D, C8 and 14. RGB value is (125,200,20). Sum of RGB (Red+Green+Blue) = 125+200+20=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC814 is #8237EB. Grayscale: #9D9D9D. Windows color (decimal): -8533996 or 1362045. OLE color: 1362045.

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

Color convert

RGB 125 200 20 -
CMYK 0.38 0 0.9 0.22
HSL 85º 0.82% 0.43% -
HSV(B) 85º 0.9% 0.78% -
XYZ 29.24 45.72 7.95 -
YUV 157.06 50.65 105.14 -
System Red Green Blue C M Y K H S L
Decimal 125 200 20 0.38 0 0.9 0.22 85 0.82 0.43
Hex 7D C8 14 26 0 5A 16 55 52 2B
Octal 175 310 24 46 0 132 26 125 122 53
Binary 1111101 11001000 10100 100110 0 1011010 10110 1010101 1010010 101011

Color Harmonies of #7DC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC814

Black with #7DC814

Text Example


Text Example

White with #7DC814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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