Html Css Color HEX #7DC410 Lima

📋 copy color: '#7DC410'

red 125 ◦ green 196 ◦ blue 16

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

Shades of Lima #7DC410

Tints of Lima #7DC410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.16%

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 37.09%
G = 58.16%
B = 4.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#7DC410 (or 0x7DC410) is known color: Lima. HEX triplet: 7D, C4 and 10. RGB value is (125,196,16). Sum of RGB (Red+Green+Blue) = 125+196+16=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC410 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC410 is #823BEF. Grayscale: #9A9A9A. Windows color (decimal): -8535024 or 1098877. OLE color: 1098877.

HSL color Cylindrical-coordinate representation of color #7DC410: hue angle of 83.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DC410 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 196 16 -
CMYK 0.36 0 0.92 0.23
HSL 83.67º 0.85% 0.42% -
HSV(B) 83.67º 0.92% 0.77% -
XYZ 28.29 43.88 7.47 -
YUV 154.25 49.98 107.14 -
System Red Green Blue C M Y K H S L
Decimal 125 196 16 0.36 0 0.92 0.23 83.67 0.85 0.42
Hex 7D C4 10 24 0 5C 17 54 55 2A
Octal 175 304 20 44 0 134 27 124 125 52
Binary 1111101 11000100 10000 100100 0 1011100 10111 1010100 1010101 101010

Color Harmonies of #7DC410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC410

Black with #7DC410

Text Example


Text Example

White with #7DC410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,196,16); }

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

background-color css

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

 a { background-color: rgb(125,196,16); }

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

border-color css

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

 span { border-color: rgb(125,196,16); }

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