#CDE288

Color #CDE288 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CDE288

Tints of Sulu #CDE288

Color information

#CDE288 (or 0xCDE288) is unknown color: approx Sulu. HEX triplet: CD, E2 and 88. RGB value is (205,226,136). Sum of RGB (Red+Green+Blue) = 205+226+136=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE288 is #321D77. Grayscale: #D1D1D1. Windows color (decimal): -3284344 or 8970957. OLE color: 8970957.

HSL color Cylindrical-coordinate representation of color #CDE288: hue angle of 74º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDE288 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB205226136-
CMYK0.0900.400.11
HSL74º60.81%70.98%-
HSV(B)74º39.82%88.63%-
XYZ56.8269.1533.65-
YUV209.4686.54124.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 226 (88.67% from 255) = 39.86%
BLUE value IS 136 (53.52% from 255) = 23.99%
R=36.16%
G=39.86%
B=23.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261360.0900.400.117460.8170.98
HexCDE2889028B4a3d47
Octal315342210110501311275107
Binary11001101111000101000100010010101000101110010101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE288; }

 p { color: rgb(205,226,136); }

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

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

 a { background-color: rgb(205,226,136); }

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

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

 span { border-color: rgb(205,226,136); }

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