#CDE885

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

Shades of Sulu #CDE885

Tints of Sulu #CDE885

Color information

#CDE885 (or 0xCDE885) is unknown color: approx Sulu. HEX triplet: CD, E8 and 85. RGB value is (205,232,133). Sum of RGB (Red+Green+Blue) = 205+232+133=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE885 is #32177A. Grayscale: #D5D5D5. Windows color (decimal): -3282811 or 8775885. OLE color: 8775885.

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

Color convert

RGB205232133-
CMYK0.1200.430.09
HSL76.36º68.28%71.57%-
HSV(B)76.36º42.67%90.98%-
XYZ58.2772.3933.09-
YUV212.6483.05122.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 232 (91.02% from 255) = 40.70%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=35.96%
G=40.70%
B=23.33%

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
Decimal2052321330.1200.430.0976.3668.2871.57
HexCDE885C02B94c4448
Octal3153502051405311114104110
Binary110011011110100010000101110001010111001100110010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE885; }

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

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

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

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

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

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

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

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