Shades of Sulu #CEF970
Tints of Sulu #CEF970
RGB
CMYK
RGB Variations
Color information
#CEF970 (or 0xCEF970) is known color: Sulu. HEX triplet: CE, F9 and 70. RGB value is (206,249,112). Sum of RGB (Red+Green+Blue) = 206+249+112=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF970 is #31068F. Grayscale: #DDDDDD. Windows color (decimal): -3212944 or 7403982. OLE color: 7403982.
HSL color Cylindrical-coordinate representation of color #CEF970: hue angle of 78.83º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEF970 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 112 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.02 |
| HSL | 78.83º | 0.92% | 0.71% | - |
| HSV(B) | 78.83º | 0.55% | 0.98% | - |
| XYZ | 62.25 | 82.04 | 27.88 | - |
| YUV | 220.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 112 | 0.17 | 0 | 0.55 | 0.02 | 78.83 | 0.92 | 0.71 |
| Hex | CE | F9 | 70 | 11 | 0 | 37 | 2 | 4F | 5C | 47 |
| Octal | 316 | 371 | 160 | 21 | 0 | 67 | 2 | 117 | 134 | 107 |
| Binary | 11001110 | 11111001 | 1110000 | 10001 | 0 | 110111 | 10 | 1001111 | 1011100 | 1000111 |
Color Harmonies of #CEF970
Complementary color
Monochromatic Colors of #CEF970
Black with #CEF970
Text Example
Text Example
White with #CEF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF970; }
p { color: rgb(206,249,112); }
H1.HeaderClassName
{
color: #CEF970;
}
.AnyTagClassName
{
color: #CEF970;
}
</style>
background-color css
<style>
a { background-color: #CEF970; }
a { background-color: rgb(206,249,112); }
div.DivClassName
{
background-color: #CEF970;
}
.BgClassName
{
background-color: #CEF970;
}
</style>
border-color css
<style>
span { border-color: #CEF970; }
span { border-color: rgb(206,249,112); }
td.TdClassName
{
border-color: #CEF970;
}
.TagClassName
{
border-color: #CEF970;
}
</style>