#6DD70B

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

Shades of Lawn Green #6DD70B

Tints of Lawn Green #6DD70B

Color information

#6DD70B (or 0x6DD70B) is unknown color: approx Lawn Green. HEX triplet: 6D, D7 and 0B. RGB value is (109,215,11). Sum of RGB (Red+Green+Blue) = 109+215+11=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DD70B is #9228F4. Grayscale: #A0A0A0. Windows color (decimal): -9578741 or 776045. OLE color: 776045.

HSL color Cylindrical-coordinate representation of color #6DD70B: hue angle of 91.18º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6DD70B is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB10921511-
CMYK0.4900.950.16
HSL91.18º90.27%44.31%-
HSV(B)91.18º94.88%84.31%-
XYZ30.6751.888.71-
YUV160.0543.8891.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 215 (84.38% from 255) = 64.18%
BLUE value IS 11 (4.69% from 255) = 3.28%
R=32.54%
G=64.18%
B=3.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal109215110.4900.950.1691.1890.2744.31
Hex6DD7B3105F105b5a2c
Octal155327136101372013313254
Binary1101101110101111011110001010111111000010110111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DD70B; }

 p { color: rgb(109,215,11); }

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

<style>
 a { background-color: #6DD70B; }

 a { background-color: rgb(109,215,11); }

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

<style>
 span { border-color: #6DD70B; }

 span { border-color: rgb(109,215,11); }

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