#69DE5D

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

Shades of Pastel Green #69DE5D

Tints of Pastel Green #69DE5D

Color information

#69DE5D (or 0x69DE5D) is unknown color: approx Pastel Green. HEX triplet: 69, DE and 5D. RGB value is (105,222,93). Sum of RGB (Red+Green+Blue) = 105+222+93=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 222 (87.11% from 255 or 52.86% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 222 - color contains mainly: green. Hex color #69DE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DE5D is #9621A2. Grayscale: #ACACAC. Windows color (decimal): -9839011 or 6151785. OLE color: 6151785.

HSL color Cylindrical-coordinate representation of color #69DE5D: hue angle of 114.42º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69DE5D is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB10522293-
CMYK0.5300.580.13
HSL114.42º66.15%61.76%-
HSV(B)114.42º58.11%87.06%-
XYZ33.9256.0419.38-
YUV172.3183.2479.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 222 (87.11% from 255) = 52.86%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=25%
G=52.86%
B=22.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105222930.5300.580.13114.4266.1561.76
Hex69DE5D3503AD72423e
Octal151336135650721516210276
Binary11010011101111010111011101010111010110111100101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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