#6DCF69

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

Shades of Pastel Green #6DCF69

Tints of Pastel Green #6DCF69

Color information

#6DCF69 (or 0x6DCF69) is unknown color: approx Pastel Green. HEX triplet: 6D, CF and 69. RGB value is (109,207,105). Sum of RGB (Red+Green+Blue) = 109+207+105=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCF69 is #923096. Grayscale: #A6A6A6. Windows color (decimal): -9580695 or 6934381. OLE color: 6934381.

HSL color Cylindrical-coordinate representation of color #6DCF69: hue angle of 117.65º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DCF69 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB109207105-
CMYK0.4700.490.19
HSL117.65º51.52%61.18%-
HSV(B)117.65º49.28%81.18%-
XYZ31.1748.921.16-
YUV166.0793.5387.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.89%
GREEN value IS 207 (81.25% from 255) = 49.17%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=25.89%
G=49.17%
B=24.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1092071050.4700.490.19117.6551.5261.18
Hex6DCF692F0311376343d
Octal15531715157061231666475
Binary11011011100111111010011011110110001100111110110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,207,105); }

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

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

 a { background-color: rgb(109,207,105); }

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

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

 span { border-color: rgb(109,207,105); }

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