Shades of Sulu #CEF882
Tints of Sulu #CEF882
RGB
CMYK
RGB Variations
Color information
#CEF882 (or 0xCEF882) is known color: Sulu. HEX triplet: CE, F8 and 82. RGB value is (206,248,130). Sum of RGB (Red+Green+Blue) = 206+248+130=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF882 is #31077D. Grayscale: #DEDEDE. Windows color (decimal): -3213182 or 8583374. OLE color: 8583374.
HSL color Cylindrical-coordinate representation of color #CEF882: hue angle of 81.36º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEF882 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 130 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.03 |
| HSL | 81.36º | 0.89% | 0.74% | - |
| HSV(B) | 81.36º | 0.48% | 0.97% | - |
| XYZ | 63.05 | 81.87 | 33.6 | - |
| YUV | 221.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 130 | 0.17 | 0 | 0.48 | 0.03 | 81.36 | 0.89 | 0.74 |
| Hex | CE | F8 | 82 | 11 | 0 | 30 | 3 | 51 | 59 | 4A |
| Octal | 316 | 370 | 202 | 21 | 0 | 60 | 3 | 121 | 131 | 112 |
| Binary | 11001110 | 11111000 | 10000010 | 10001 | 0 | 110000 | 11 | 1010001 | 1011001 | 1001010 |
Color Harmonies of #CEF882
Complementary color
Monochromatic Colors of #CEF882
Black with #CEF882
Text Example
Text Example
White with #CEF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF882; }
p { color: rgb(206,248,130); }
H1.HeaderClassName
{
color: #CEF882;
}
.AnyTagClassName
{
color: #CEF882;
}
</style>
background-color css
<style>
a { background-color: #CEF882; }
a { background-color: rgb(206,248,130); }
div.DivClassName
{
background-color: #CEF882;
}
.BgClassName
{
background-color: #CEF882;
}
</style>
border-color css
<style>
span { border-color: #CEF882; }
span { border-color: rgb(206,248,130); }
td.TdClassName
{
border-color: #CEF882;
}
.TagClassName
{
border-color: #CEF882;
}
</style>