#6DD068

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

Shades of Pastel Green #6DD068

Tints of Pastel Green #6DD068

Color information

#6DD068 (or 0x6DD068) is unknown color: approx Pastel Green. HEX triplet: 6D, D0 and 68. RGB value is (109,208,104). Sum of RGB (Red+Green+Blue) = 109+208+104=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD068 is #922F97. Grayscale: #A6A6A6. Windows color (decimal): -9580440 or 6869101. OLE color: 6869101.

HSL color Cylindrical-coordinate representation of color #6DD068: hue angle of 117.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD068 is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB109208104-
CMYK0.4800.50.18
HSL117.12º52.53%61.18%-
HSV(B)117.12º50%81.57%-
XYZ31.3649.3620.97-
YUV166.5492.786.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.89%
GREEN value IS 208 (81.64% from 255) = 49.41%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=25.89%
G=49.41%
B=24.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1092081040.4800.50.18117.1252.5361.18
Hex6DD068300321275353d
Octal15532015060062221656575
Binary11011011101000011010001100000110010100101110101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,208,104); }

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

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

 a { background-color: rgb(109,208,104); }

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

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

 span { border-color: rgb(109,208,104); }

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