#CEE18A

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

Shades of Sulu #CEE18A

Tints of Sulu #CEE18A

Color information

#CEE18A (or 0xCEE18A) is unknown color: approx Sulu. HEX triplet: CE, E1 and 8A. RGB value is (206,225,138). Sum of RGB (Red+Green+Blue) = 206+225+138=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE18A is #311E75. Grayscale: #D1D1D1. Windows color (decimal): -3219062 or 9101774. OLE color: 9101774.

HSL color Cylindrical-coordinate representation of color #CEE18A: hue angle of 73.1º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEE18A is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB206225138-
CMYK0.0800.390.12
HSL73.1º59.18%71.18%-
HSV(B)73.1º38.67%88.24%-
XYZ56.9768.8134.32-
YUV209.487.71125.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 225 (88.28% from 255) = 39.54%
BLUE value IS 138 (54.30% from 255) = 24.25%
R=36.20%
G=39.54%
B=24.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062251380.0800.390.1273.159.1871.18
HexCEE18A8027C493b47
Octal316341212100471411173107
Binary11001110111000011000101010000100111110010010011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE18A; }

 p { color: rgb(206,225,138); }

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

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

 a { background-color: rgb(206,225,138); }

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

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

 span { border-color: rgb(206,225,138); }

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