#7DDF01

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

Shades of Lawn Green #7DDF01

Tints of Lawn Green #7DDF01

Color information

#7DDF01 (or 0x7DDF01) is unknown color: approx Lawn Green. HEX triplet: 7D, DF and 01. RGB value is (125,223,1). Sum of RGB (Red+Green+Blue) = 125+223+1=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 223 (87.5% from 255 or 63.90% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDF01 is #8220FE. Grayscale: #A9A9A9. Windows color (decimal): -8528127 or 122749. OLE color: 122749.

HSL color Cylindrical-coordinate representation of color #7DDF01: hue angle of 86.49º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DDF01 is Cyan = 0.44, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB1252231-
CMYK0.4401.000.13
HSL86.49º99.11%43.92%-
HSV(B)86.49º99.55%87.45%-
XYZ34.8557.149.22-
YUV168.3933.5397.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 223 (87.5% from 255) = 63.90%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=35.82%
G=63.90%
B=0.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12522310.4401.000.1386.4999.1143.92
Hex7DDF12C064D56632c
Octal17533715401441512614354
Binary111110111011111110110001100100110110101101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,223,1); }

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

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

 a { background-color: rgb(125,223,1); }

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

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

 span { border-color: rgb(125,223,1); }

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