Shades of Sulu #CEF482
Tints of Sulu #CEF482
RGB
CMYK
RGB Variations
Color information
#CEF482 (or 0xCEF482) is known color: Sulu. HEX triplet: CE, F4 and 82. RGB value is (206,244,130). Sum of RGB (Red+Green+Blue) = 206+244+130=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF482 is #310B7D. Grayscale: #DCDCDC. Windows color (decimal): -3214206 or 8582350. OLE color: 8582350.
HSL color Cylindrical-coordinate representation of color #CEF482: hue angle of 80º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEF482 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 130 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.04 |
| HSL | 80º | 0.84% | 0.73% | - |
| HSV(B) | 80º | 0.47% | 0.96% | - |
| XYZ | 61.83 | 79.43 | 33.19 | - |
| YUV | 219.64 | 77.41 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 130 | 0.16 | 0 | 0.47 | 0.04 | 80 | 0.84 | 0.73 |
| Hex | CE | F4 | 82 | 10 | 0 | 2F | 4 | 50 | 54 | 49 |
| Octal | 316 | 364 | 202 | 20 | 0 | 57 | 4 | 120 | 124 | 111 |
| Binary | 11001110 | 11110100 | 10000010 | 10000 | 0 | 101111 | 100 | 1010000 | 1010100 | 1001001 |
Color Harmonies of #CEF482
Complementary color
Monochromatic Colors of #CEF482
Black with #CEF482
Text Example
Text Example
White with #CEF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF482; }
p { color: rgb(206,244,130); }
H1.HeaderClassName
{
color: #CEF482;
}
.AnyTagClassName
{
color: #CEF482;
}
</style>
background-color css
<style>
a { background-color: #CEF482; }
a { background-color: rgb(206,244,130); }
div.DivClassName
{
background-color: #CEF482;
}
.BgClassName
{
background-color: #CEF482;
}
</style>
border-color css
<style>
span { border-color: #CEF482; }
span { border-color: rgb(206,244,130); }
td.TdClassName
{
border-color: #CEF482;
}
.TagClassName
{
border-color: #CEF482;
}
</style>