Html Css Color HEX #7DC610 Lima

📋 copy color: '#7DC610'

red 125 ◦ green 198 ◦ blue 16

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

Shades of Lima #7DC610

Tints of Lima #7DC610

RGB

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

 GREEN value IS 198 (77.73% from 255) = 58.41%

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

R = 36.87%
G = 58.41%
B = 4.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#7DC610 (or 0x7DC610) is known color: Lima. HEX triplet: 7D, C6 and 10. RGB value is (125,198,16). Sum of RGB (Red+Green+Blue) = 125+198+16=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 198 (77.73% from 255 or 58.41% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC610 is #8239EF. Grayscale: #9C9C9C. Windows color (decimal): -8534512 or 1099389. OLE color: 1099389.

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

Color convert

RGB 125 198 16 -
CMYK 0.37 0 0.92 0.22
HSL 84.07º 0.85% 0.42% -
HSV(B) 84.07º 0.92% 0.78% -
XYZ 28.75 44.79 7.62 -
YUV 155.43 49.32 106.3 -
System Red Green Blue C M Y K H S L
Decimal 125 198 16 0.37 0 0.92 0.22 84.07 0.85 0.42
Hex 7D C6 10 25 0 5C 16 54 55 2A
Octal 175 306 20 45 0 134 26 124 125 52
Binary 1111101 11000110 10000 100101 0 1011100 10110 1010100 1010101 101010

Color Harmonies of #7DC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC610

Black with #7DC610

Text Example


Text Example

White with #7DC610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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