#69D05D

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

Shades of Pastel Green #69D05D

Tints of Pastel Green #69D05D

Color information

#69D05D (or 0x69D05D) is unknown color: approx Pastel Green. HEX triplet: 69, D0 and 5D. RGB value is (105,208,93). Sum of RGB (Red+Green+Blue) = 105+208+93=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #69D05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D05D is #962FA2. Grayscale: #A4A4A4. Windows color (decimal): -9842595 or 6148201. OLE color: 6148201.

HSL color Cylindrical-coordinate representation of color #69D05D: hue angle of 113.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69D05D is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB10520893-
CMYK0.5000.550.18
HSL113.74º55.02%59.02%-
HSV(B)113.74º55.29%81.57%-
XYZ30.3648.9118.2-
YUV164.0987.8885.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 208 (81.64% from 255) = 51.23%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=25.86%
G=51.23%
B=22.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105208930.5000.550.18113.7455.0259.02
Hex69D05D320371272373b
Octal15132013562067221626773
Binary11010011101000010111011100100110111100101110010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69D05D; }

 p { color: rgb(105,208,93); }

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

<style>
 a { background-color: #69D05D; }

 a { background-color: rgb(105,208,93); }

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

<style>
 span { border-color: #69D05D; }

 span { border-color: rgb(105,208,93); }

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