#7DC90A

Color #7DC90A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7DC90A

Tints of Lima #7DC90A

Color information

#7DC90A (or 0x7DC90A) is unknown color: approx Lima. HEX triplet: 7D, C9 and 0A. RGB value is (125,201,10). Sum of RGB (Red+Green+Blue) = 125+201+10=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 201 (78.91% from 255 or 59.82% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC90A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC90A is #8236F5. Grayscale: #9D9D9D. Windows color (decimal): -8533750 or 706941. OLE color: 706941.

HSL color Cylindrical-coordinate representation of color #7DC90A: hue angle of 83.87º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DC90A is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB12520110-
CMYK0.3800.950.21
HSL83.87º90.52%41.37%-
HSV(B)83.87º95.02%78.82%-
XYZ29.446.167.65-
YUV156.545.32105.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.20%
GREEN value IS 201 (78.91% from 255) = 59.82%
BLUE value IS 10 (4.30% from 255) = 2.98%
R=37.20%
G=59.82%
B=2.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125201100.3800.950.2183.8790.5241.37
Hex7DC9A2605F15545b29
Octal175311124601372512413351
Binary1111101110010011010100110010111111010110101001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,201,10); }

 H1.HeaderClassName
 {
   color: #7DC90A;
 }
 .AnyTagClassName
 {
   color: #7DC90A;
 }
</style>
background-color css

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

 a { background-color: rgb(125,201,10); }

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

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

 span { border-color: rgb(125,201,10); }

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