#CEE585

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

Shades of Sulu #CEE585

Tints of Sulu #CEE585

Color information

#CEE585 (or 0xCEE585) is unknown color: approx Sulu. HEX triplet: CE, E5 and 85. RGB value is (206,229,133). Sum of RGB (Red+Green+Blue) = 206+229+133=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE585 is #311A7A. Grayscale: #D3D3D3. Windows color (decimal): -3218043 or 8775118. OLE color: 8775118.

HSL color Cylindrical-coordinate representation of color #CEE585: hue angle of 74.38º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEE585 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB206229133-
CMYK0.1000.420.10
HSL74.38º64.86%70.98%-
HSV(B)74.38º41.92%89.8%-
XYZ57.7170.8532.83-
YUV211.1883.88124.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.27%
GREEN value IS 229 (89.84% from 255) = 40.32%
BLUE value IS 133 (52.34% from 255) = 23.42%
R=36.27%
G=40.32%
B=23.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062291330.1000.420.1074.3864.8670.98
HexCEE585A02AA4a4147
Octal3163452051205212112101107
Binary110011101110010110000101101001010101010100101010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE585; }

 p { color: rgb(206,229,133); }

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

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

 a { background-color: rgb(206,229,133); }

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

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

 span { border-color: rgb(206,229,133); }

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