Html Css Color HEX #7DC010 Lima

📋 copy color: '#7DC010'

red 125 ◦ green 192 ◦ blue 16

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

Shades of Lima #7DC010

Tints of Lima #7DC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.66%

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

R = 37.54%
G = 57.66%
B = 4.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#7DC010 (or 0x7DC010) is known color: Lima. HEX triplet: 7D, C0 and 10. RGB value is (125,192,16). Sum of RGB (Red+Green+Blue) = 125+192+16=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC010 is #823FEF. Grayscale: #989898. Windows color (decimal): -8536048 or 1097853. OLE color: 1097853.

HSL color Cylindrical-coordinate representation of color #7DC010: hue angle of 82.84º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DC010 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 16 -
CMYK 0.35 0 0.92 0.25
HSL 82.84º 0.85% 0.41% -
HSV(B) 82.84º 0.92% 0.75% -
XYZ 27.4 42.1 7.17 -
YUV 151.9 51.3 108.81 -
System Red Green Blue C M Y K H S L
Decimal 125 192 16 0.35 0 0.92 0.25 82.84 0.85 0.41
Hex 7D C0 10 23 0 5C 19 53 55 29
Octal 175 300 20 43 0 134 31 123 125 51
Binary 1111101 11000000 10000 100011 0 1011100 11001 1010011 1010101 101001

Color Harmonies of #7DC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC010

Black with #7DC010

Text Example


Text Example

White with #7DC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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