#7DF010

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

Shades of Lawn Green #7DF010

Tints of Lawn Green #7DF010

Color information

#7DF010 (or 0x7DF010) is unknown color: approx Lawn Green. HEX triplet: 7D, F0 and 10. RGB value is (125,240,16). Sum of RGB (Red+Green+Blue) = 125+240+16=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 240 (94.14% from 255 or 62.99% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DF010 is #820FEF. Grayscale: #B4B4B4. Windows color (decimal): -8523760 or 1110141. OLE color: 1110141.

HSL color Cylindrical-coordinate representation of color #7DF010: hue angle of 90.8º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DF010 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB12524016-
CMYK0.4800.930.06
HSL90.8º88.19%50.2%-
HSV(B)90.8º93.33%94.12%-
XYZ39.7166.7211.28-
YUV180.0835.488.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.81%
GREEN value IS 240 (94.14% from 255) = 62.99%
BLUE value IS 16 (6.64% from 255) = 4.20%
R=32.81%
G=62.99%
B=4.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal125240160.4800.930.0690.888.1950.2
Hex7DF0103005D65b5832
Octal17536020600135613313062
Binary111110111110000100001100000101110111010110111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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