Shades of Sulu #CEF17F
Tints of Sulu #CEF17F
RGB
CMYK
RGB Variations
Color information
#CEF17F (or 0xCEF17F) is known color: Sulu. HEX triplet: CE, F1 and 7F. RGB value is (206,241,127). Sum of RGB (Red+Green+Blue) = 206+241+127=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF17F is #310E80. Grayscale: #D9D9D9. Windows color (decimal): -3214977 or 8384974. OLE color: 8384974.
HSL color Cylindrical-coordinate representation of color #CEF17F: hue angle of 78.42º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEF17F is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 127 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.05 |
| HSL | 78.42º | 0.8% | 0.72% | - |
| HSV(B) | 78.42º | 0.47% | 0.95% | - |
| XYZ | 60.74 | 77.56 | 31.85 | - |
| YUV | 217.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 127 | 0.15 | 0 | 0.47 | 0.05 | 78.42 | 0.8 | 0.72 |
| Hex | CE | F1 | 7F | F | 0 | 2F | 5 | 4E | 50 | 48 |
| Octal | 316 | 361 | 177 | 17 | 0 | 57 | 5 | 116 | 120 | 110 |
| Binary | 11001110 | 11110001 | 1111111 | 1111 | 0 | 101111 | 101 | 1001110 | 1010000 | 1001000 |
Color Harmonies of #CEF17F
Complementary color
Monochromatic Colors of #CEF17F
Black with #CEF17F
Text Example
Text Example
White with #CEF17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF17F; }
p { color: rgb(206,241,127); }
H1.HeaderClassName
{
color: #CEF17F;
}
.AnyTagClassName
{
color: #CEF17F;
}
</style>
background-color css
<style>
a { background-color: #CEF17F; }
a { background-color: rgb(206,241,127); }
div.DivClassName
{
background-color: #CEF17F;
}
.BgClassName
{
background-color: #CEF17F;
}
</style>
border-color css
<style>
span { border-color: #CEF17F; }
span { border-color: rgb(206,241,127); }
td.TdClassName
{
border-color: #CEF17F;
}
.TagClassName
{
border-color: #CEF17F;
}
</style>