#CDE385

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

Shades of Sulu #CDE385

Tints of Sulu #CDE385

Color information

#CDE385 (or 0xCDE385) is unknown color: approx Sulu. HEX triplet: CD, E3 and 85. RGB value is (205,227,133). Sum of RGB (Red+Green+Blue) = 205+227+133=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE385 is #321C7A. Grayscale: #D2D2D2. Windows color (decimal): -3284091 or 8774605. OLE color: 8774605.

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

Color convert

RGB205227133-
CMYK0.1000.410.11
HSL74.04º62.67%70.59%-
HSV(B)74.04º41.41%89.02%-
XYZ56.8869.6132.63-
YUV209.7184.71124.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 227 (89.06% from 255) = 40.18%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=36.28%
G=40.18%
B=23.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052271330.1000.410.1174.0462.6770.59
HexCDE385A029B4a3f47
Octal315343205120511311277107
Binary11001101111000111000010110100101001101110010101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE385; }

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

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

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

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

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

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

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

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