#CEE390

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

Shades of Sulu #CEE390

Tints of Sulu #CEE390

Color information

#CEE390 (or 0xCEE390) is unknown color: approx Sulu. HEX triplet: CE, E3 and 90. RGB value is (206,227,144). Sum of RGB (Red+Green+Blue) = 206+227+144=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE390 is #311C6F. Grayscale: #D3D3D3. Windows color (decimal): -3218544 or 9495502. OLE color: 9495502.

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

Color convert

RGB206227144-
CMYK0.0900.370.11
HSL75.18º59.71%72.75%-
HSV(B)75.18º36.56%89.02%-
XYZ57.9670.0736.86-
YUV211.2690.04124.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 227 (89.06% from 255) = 39.34%
BLUE value IS 144 (56.64% from 255) = 24.96%
R=35.70%
G=39.34%
B=24.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062271440.0900.370.1175.1859.7172.75
HexCEE3909025B4b3c49
Octal316343220110451311374111
Binary11001110111000111001000010010100101101110010111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE390; }

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

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

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

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

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

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

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

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