Shades of Sulu #CEF975
Tints of Sulu #CEF975
RGB
CMYK
RGB Variations
Color information
#CEF975 (or 0xCEF975) is known color: Sulu. HEX triplet: CE, F9 and 75. RGB value is (206,249,117). Sum of RGB (Red+Green+Blue) = 206+249+117=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF975 is #31068A. Grayscale: #DDDDDD. Windows color (decimal): -3212939 or 7731662. OLE color: 7731662.
HSL color Cylindrical-coordinate representation of color #CEF975: hue angle of 79.55º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEF975 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 117 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.02 |
| HSL | 79.55º | 0.92% | 0.72% | - |
| HSV(B) | 79.55º | 0.53% | 0.98% | - |
| XYZ | 62.54 | 82.16 | 29.39 | - |
| YUV | 221.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 117 | 0.17 | 0 | 0.53 | 0.02 | 79.55 | 0.92 | 0.72 |
| Hex | CE | F9 | 75 | 11 | 0 | 35 | 2 | 50 | 5C | 48 |
| Octal | 316 | 371 | 165 | 21 | 0 | 65 | 2 | 120 | 134 | 110 |
| Binary | 11001110 | 11111001 | 1110101 | 10001 | 0 | 110101 | 10 | 1010000 | 1011100 | 1001000 |
Color Harmonies of #CEF975
Complementary color
Monochromatic Colors of #CEF975
Black with #CEF975
Text Example
Text Example
White with #CEF975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF975; }
p { color: rgb(206,249,117); }
H1.HeaderClassName
{
color: #CEF975;
}
.AnyTagClassName
{
color: #CEF975;
}
</style>
background-color css
<style>
a { background-color: #CEF975; }
a { background-color: rgb(206,249,117); }
div.DivClassName
{
background-color: #CEF975;
}
.BgClassName
{
background-color: #CEF975;
}
</style>
border-color css
<style>
span { border-color: #CEF975; }
span { border-color: rgb(206,249,117); }
td.TdClassName
{
border-color: #CEF975;
}
.TagClassName
{
border-color: #CEF975;
}
</style>