#69DE88

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

Shades of Pastel Green #69DE88

Tints of Pastel Green #69DE88

Color information

#69DE88 (or 0x69DE88) is unknown color: approx Pastel Green. HEX triplet: 69, DE and 88. RGB value is (105,222,136). Sum of RGB (Red+Green+Blue) = 105+222+136=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #69DE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DE88 is #962177. Grayscale: #B1B1B1. Windows color (decimal): -9838968 or 8969833. OLE color: 8969833.

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

Color convert

RGB105222136-
CMYK0.5300.390.13
HSL135.9º63.93%64.12%-
HSV(B)135.9º52.7%87.06%-
XYZ36.3957.0232.38-
YUV177.21104.7476.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.68%
GREEN value IS 222 (87.11% from 255) = 47.95%
BLUE value IS 136 (53.52% from 255) = 29.37%
R=22.68%
G=47.95%
B=29.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052221360.5300.390.13135.963.9364.12
Hex69DE8835027D884040
Octal1513362106504715210100100
Binary11010011101111010001000110101010011111011000100010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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