#CDE285

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

Shades of Sulu #CDE285

Tints of Sulu #CDE285

Color information

#CDE285 (or 0xCDE285) is unknown color: approx Sulu. HEX triplet: CD, E2 and 85. RGB value is (205,226,133). Sum of RGB (Red+Green+Blue) = 205+226+133=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE285 is #321D7A. Grayscale: #D1D1D1. Windows color (decimal): -3284347 or 8774349. OLE color: 8774349.

HSL color Cylindrical-coordinate representation of color #CDE285: hue angle of 73.55º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDE285 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB205226133-
CMYK0.0900.410.11
HSL73.55º61.59%70.39%-
HSV(B)73.55º41.15%88.63%-
XYZ56.6169.0732.54-
YUV209.1285.04125.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 226 (88.67% from 255) = 40.07%
BLUE value IS 133 (52.34% from 255) = 23.58%
R=36.35%
G=40.07%
B=23.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261330.0900.410.1173.5561.5970.39
HexCDE2859029B4a3e46
Octal315342205110511311276106
Binary11001101111000101000010110010101001101110010101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE285; }

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

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

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

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

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

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

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

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