Shades of Sulu #CEE38A
Tints of Sulu #CEE38A
RGB
CMYK
RGB Variations
Color information
#CEE38A (or 0xCEE38A) is known color: Sulu. HEX triplet: CE, E3 and 8A. RGB value is (206,227,138). Sum of RGB (Red+Green+Blue) = 206+227+138=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE38A is #311C75. Grayscale: #D2D2D2. Windows color (decimal): -3218550 or 9102286. OLE color: 9102286.
HSL color Cylindrical-coordinate representation of color #CEE38A: hue angle of 74.16º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEE38A is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 138 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.11 |
| HSL | 74.16º | 0.61% | 0.72% | - |
| HSV(B) | 74.16º | 0.39% | 0.89% | - |
| XYZ | 57.51 | 69.89 | 34.5 | - |
| YUV | 210.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 138 | 0.09 | 0 | 0.39 | 0.11 | 74.16 | 0.61 | 0.72 |
| Hex | CE | E3 | 8A | 9 | 0 | 27 | B | 4A | 3D | 48 |
| Octal | 316 | 343 | 212 | 11 | 0 | 47 | 13 | 112 | 75 | 110 |
| Binary | 11001110 | 11100011 | 10001010 | 1001 | 0 | 100111 | 1011 | 1001010 | 111101 | 1001000 |
Color Harmonies of #CEE38A
Complementary color
Monochromatic Colors of #CEE38A
Black with #CEE38A
Text Example
Text Example
White with #CEE38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE38A; }
p { color: rgb(206,227,138); }
H1.HeaderClassName
{
color: #CEE38A;
}
.AnyTagClassName
{
color: #CEE38A;
}
</style>
background-color css
<style>
a { background-color: #CEE38A; }
a { background-color: rgb(206,227,138); }
div.DivClassName
{
background-color: #CEE38A;
}
.BgClassName
{
background-color: #CEE38A;
}
</style>
border-color css
<style>
span { border-color: #CEE38A; }
span { border-color: rgb(206,227,138); }
td.TdClassName
{
border-color: #CEE38A;
}
.TagClassName
{
border-color: #CEE38A;
}
</style>