#CEE385

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

Shades of Sulu #CEE385

Tints of Sulu #CEE385

Color information

#CEE385 (or 0xCEE385) is unknown color: approx Sulu. HEX triplet: CE, E3 and 85. RGB value is (206,227,133). Sum of RGB (Red+Green+Blue) = 206+227+133=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE385 is #311C7A. Grayscale: #D2D2D2. Windows color (decimal): -3218555 or 8774606. OLE color: 8774606.

HSL color Cylindrical-coordinate representation of color #CEE385: hue angle of 73.4º 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 #CEE385 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB206227133-
CMYK0.0900.410.11
HSL73.4º62.67%70.59%-
HSV(B)73.4º41.41%89.02%-
XYZ57.1669.7532.64-
YUV21084.54125.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 227 (89.06% from 255) = 40.11%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=36.40%
G=40.11%
B=23.50%

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
Decimal2062271330.0900.410.1173.462.6770.59
HexCEE3859029B493f47
Octal316343205110511311177107
Binary11001110111000111000010110010101001101110010011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE385; }

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

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

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

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

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

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

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

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