#CDE884

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

Shades of Sulu #CDE884

Tints of Sulu #CDE884

Color information

#CDE884 (or 0xCDE884) is unknown color: approx Sulu. HEX triplet: CD, E8 and 84. RGB value is (205,232,132). Sum of RGB (Red+Green+Blue) = 205+232+132=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE884 is #32177B. Grayscale: #D4D4D4. Windows color (decimal): -3282812 or 8710349. OLE color: 8710349.

HSL color Cylindrical-coordinate representation of color #CDE884: hue angle of 76.2º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDE884 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB205232132-
CMYK0.1200.430.09
HSL76.2º68.49%71.37%-
HSV(B)76.2º43.1%90.98%-
XYZ58.272.3632.73-
YUV212.5382.55122.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 232 (91.02% from 255) = 40.77%
BLUE value IS 132 (51.95% from 255) = 23.20%
R=36.03%
G=40.77%
B=23.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052321320.1200.430.0976.268.4971.37
HexCDE884C02B94c4447
Octal3153502041405311114104107
Binary110011011110100010000100110001010111001100110010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE884; }

 p { color: rgb(205,232,132); }

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

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

 a { background-color: rgb(205,232,132); }

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

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

 span { border-color: rgb(205,232,132); }

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