Shades of Sulu #CEF17E
Tints of Sulu #CEF17E
RGB
CMYK
RGB Variations
Color information
#CEF17E (or 0xCEF17E) is known color: Sulu. HEX triplet: CE, F1 and 7E. RGB value is (206,241,126). Sum of RGB (Red+Green+Blue) = 206+241+126=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF17E is #310E81. Grayscale: #D9D9D9. Windows color (decimal): -3214978 or 8319438. OLE color: 8319438.
HSL color Cylindrical-coordinate representation of color #CEF17E: hue angle of 78.26º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEF17E is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 126 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.05 |
| HSL | 78.26º | 0.8% | 0.72% | - |
| HSV(B) | 78.26º | 0.48% | 0.95% | - |
| XYZ | 60.67 | 77.54 | 31.51 | - |
| YUV | 217.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 126 | 0.15 | 0 | 0.48 | 0.05 | 78.26 | 0.8 | 0.72 |
| Hex | CE | F1 | 7E | F | 0 | 30 | 5 | 4E | 50 | 48 |
| Octal | 316 | 361 | 176 | 17 | 0 | 60 | 5 | 116 | 120 | 110 |
| Binary | 11001110 | 11110001 | 1111110 | 1111 | 0 | 110000 | 101 | 1001110 | 1010000 | 1001000 |
Color Harmonies of #CEF17E
Complementary color
Monochromatic Colors of #CEF17E
Black with #CEF17E
Text Example
Text Example
White with #CEF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF17E; }
p { color: rgb(206,241,126); }
H1.HeaderClassName
{
color: #CEF17E;
}
.AnyTagClassName
{
color: #CEF17E;
}
</style>
background-color css
<style>
a { background-color: #CEF17E; }
a { background-color: rgb(206,241,126); }
div.DivClassName
{
background-color: #CEF17E;
}
.BgClassName
{
background-color: #CEF17E;
}
</style>
border-color css
<style>
span { border-color: #CEF17E; }
span { border-color: rgb(206,241,126); }
td.TdClassName
{
border-color: #CEF17E;
}
.TagClassName
{
border-color: #CEF17E;
}
</style>