Shades of Sulu #CEF281
Tints of Sulu #CEF281
RGB
CMYK
RGB Variations
Color information
#CEF281 (or 0xCEF281) is known color: Sulu. HEX triplet: CE, F2 and 81. RGB value is (206,242,129). Sum of RGB (Red+Green+Blue) = 206+242+129=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 129 (50.78% from 255 or 22.36% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF281 is #310D7E. Grayscale: #DADADA. Windows color (decimal): -3214719 or 8516302. OLE color: 8516302.
HSL color Cylindrical-coordinate representation of color #CEF281: hue angle of 79.12º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEF281 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 129 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.05 |
| HSL | 79.12º | 0.81% | 0.73% | - |
| HSV(B) | 79.12º | 0.47% | 0.95% | - |
| XYZ | 61.17 | 78.21 | 32.64 | - |
| YUV | 218.35 | 77.57 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 129 | 0.15 | 0 | 0.47 | 0.05 | 79.12 | 0.81 | 0.73 |
| Hex | CE | F2 | 81 | F | 0 | 2F | 5 | 4F | 51 | 49 |
| Octal | 316 | 362 | 201 | 17 | 0 | 57 | 5 | 117 | 121 | 111 |
| Binary | 11001110 | 11110010 | 10000001 | 1111 | 0 | 101111 | 101 | 1001111 | 1010001 | 1001001 |
Color Harmonies of #CEF281
Complementary color
Monochromatic Colors of #CEF281
Black with #CEF281
Text Example
Text Example
White with #CEF281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF281; }
p { color: rgb(206,242,129); }
H1.HeaderClassName
{
color: #CEF281;
}
.AnyTagClassName
{
color: #CEF281;
}
</style>
background-color css
<style>
a { background-color: #CEF281; }
a { background-color: rgb(206,242,129); }
div.DivClassName
{
background-color: #CEF281;
}
.BgClassName
{
background-color: #CEF281;
}
</style>
border-color css
<style>
span { border-color: #CEF281; }
span { border-color: rgb(206,242,129); }
td.TdClassName
{
border-color: #CEF281;
}
.TagClassName
{
border-color: #CEF281;
}
</style>