Shades of Sulu #CFE288
Tints of Sulu #CFE288
RGB
CMYK
RGB Variations
Color information
#CFE288 (or 0xCFE288) is known color: Sulu. HEX triplet: CF, E2 and 88. RGB value is (207,226,136). Sum of RGB (Red+Green+Blue) = 207+226+136=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE288 is #301D77. Grayscale: #D2D2D2. Windows color (decimal): -3153272 or 8970959. OLE color: 8970959.
HSL color Cylindrical-coordinate representation of color #CFE288: hue angle of 72.67º degrees, saturation: 0.61, 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 #CFE288 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 136 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.11 |
| HSL | 72.67º | 0.61% | 0.71% | - |
| HSV(B) | 72.67º | 0.4% | 0.89% | - |
| XYZ | 57.37 | 69.44 | 33.67 | - |
| YUV | 210.06 | 86.21 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 136 | 0.08 | 0 | 0.40 | 0.11 | 72.67 | 0.61 | 0.71 |
| Hex | CF | E2 | 88 | 8 | 0 | 28 | B | 49 | 3D | 47 |
| Octal | 317 | 342 | 210 | 10 | 0 | 50 | 13 | 111 | 75 | 107 |
| Binary | 11001111 | 11100010 | 10001000 | 1000 | 0 | 101000 | 1011 | 1001001 | 111101 | 1000111 |
Color Harmonies of #CFE288
Complementary color
Monochromatic Colors of #CFE288
Black with #CFE288
Text Example
Text Example
White with #CFE288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE288; }
p { color: rgb(207,226,136); }
H1.HeaderClassName
{
color: #CFE288;
}
.AnyTagClassName
{
color: #CFE288;
}
</style>
background-color css
<style>
a { background-color: #CFE288; }
a { background-color: rgb(207,226,136); }
div.DivClassName
{
background-color: #CFE288;
}
.BgClassName
{
background-color: #CFE288;
}
</style>
border-color css
<style>
span { border-color: #CFE288; }
span { border-color: rgb(207,226,136); }
td.TdClassName
{
border-color: #CFE288;
}
.TagClassName
{
border-color: #CFE288;
}
</style>