#7DF221

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

Shades of Lawn Green #7DF221

Tints of Lawn Green #7DF221

Color information

#7DF221 (or 0x7DF221) is unknown color: approx Lawn Green. HEX triplet: 7D, F2 and 21. RGB value is (125,242,33). Sum of RGB (Red+Green+Blue) = 125+242+33=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 242 (94.92% from 255 or 60.5% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF221 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF221 is #820DDE. Grayscale: #B7B7B7. Windows color (decimal): -8523231 or 2224765. OLE color: 2224765.

HSL color Cylindrical-coordinate representation of color #7DF221: hue angle of 93.59º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DF221 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB12524233-
CMYK0.4800.860.05
HSL93.59º88.94%53.92%-
HSV(B)93.59º86.36%94.9%-
XYZ40.4867.9712.43-
YUV183.1943.2486.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 242 (94.92% from 255) = 60.5%
BLUE value IS 33 (13.28% from 255) = 8.25%
R=31.25%
G=60.5%
B=8.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal125242330.4800.860.0593.5988.9453.92
Hex7DF2213005655e5936
Octal17536241600126513613166
Binary1111101111100101000011100000101011010110111101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,242,33); }

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

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

 a { background-color: rgb(125,242,33); }

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

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

 span { border-color: rgb(125,242,33); }

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