Shades of Sulu #CEF375
Tints of Sulu #CEF375
RGB
CMYK
RGB Variations
Color information
#CEF375 (or 0xCEF375) is known color: Sulu. HEX triplet: CE, F3 and 75. RGB value is (206,243,117). Sum of RGB (Red+Green+Blue) = 206+243+117=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF375 is #310C8A. Grayscale: #DADADA. Windows color (decimal): -3214475 or 7730126. OLE color: 7730126.
HSL color Cylindrical-coordinate representation of color #CEF375: hue angle of 77.62º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEF375 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 117 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.05 |
| HSL | 77.62º | 0.84% | 0.71% | - |
| HSV(B) | 77.62º | 0.52% | 0.95% | - |
| XYZ | 60.72 | 78.51 | 28.78 | - |
| YUV | 217.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 117 | 0.15 | 0 | 0.52 | 0.05 | 77.62 | 0.84 | 0.71 |
| Hex | CE | F3 | 75 | F | 0 | 34 | 5 | 4E | 54 | 47 |
| Octal | 316 | 363 | 165 | 17 | 0 | 64 | 5 | 116 | 124 | 107 |
| Binary | 11001110 | 11110011 | 1110101 | 1111 | 0 | 110100 | 101 | 1001110 | 1010100 | 1000111 |
Color Harmonies of #CEF375
Complementary color
Monochromatic Colors of #CEF375
Black with #CEF375
Text Example
Text Example
White with #CEF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF375; }
p { color: rgb(206,243,117); }
H1.HeaderClassName
{
color: #CEF375;
}
.AnyTagClassName
{
color: #CEF375;
}
</style>
background-color css
<style>
a { background-color: #CEF375; }
a { background-color: rgb(206,243,117); }
div.DivClassName
{
background-color: #CEF375;
}
.BgClassName
{
background-color: #CEF375;
}
</style>
border-color css
<style>
span { border-color: #CEF375; }
span { border-color: rgb(206,243,117); }
td.TdClassName
{
border-color: #CEF375;
}
.TagClassName
{
border-color: #CEF375;
}
</style>