#CEE488

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

Shades of Sulu #CEE488

Tints of Sulu #CEE488

Color information

#CEE488 (or 0xCEE488) is unknown color: approx Sulu. HEX triplet: CE, E4 and 88. RGB value is (206,228,136). Sum of RGB (Red+Green+Blue) = 206+228+136=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE488 is #311B77. Grayscale: #D3D3D3. Windows color (decimal): -3218296 or 8971470. OLE color: 8971470.

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

Color convert

RGB206228136-
CMYK0.1000.400.11
HSL74.35º63.01%71.37%-
HSV(B)74.35º40.35%89.41%-
XYZ57.6470.3933.84-
YUV210.9385.71124.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 228 (89.45% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 23.86%
R=36.14%
G=40%
B=23.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062281360.1000.400.1174.3563.0171.37
HexCEE488A028B4a3f47
Octal316344210120501311277107
Binary11001110111001001000100010100101000101110010101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE488; }

 p { color: rgb(206,228,136); }

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

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

 a { background-color: rgb(206,228,136); }

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

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

 span { border-color: rgb(206,228,136); }

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