Shades of Sulu #CEF27F
Tints of Sulu #CEF27F
RGB
CMYK
RGB Variations
Color information
#CEF27F (or 0xCEF27F) is known color: Sulu. HEX triplet: CE, F2 and 7F. RGB value is (206,242,127). Sum of RGB (Red+Green+Blue) = 206+242+127=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF27F is #310D80. Grayscale: #DADADA. Windows color (decimal): -3214721 or 8385230. OLE color: 8385230.
HSL color Cylindrical-coordinate representation of color #CEF27F: hue angle of 78.78º degrees, saturation: 0.82, 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 #CEF27F is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 127 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.05 |
| HSL | 78.78º | 0.82% | 0.72% | - |
| HSV(B) | 78.78º | 0.48% | 0.95% | - |
| XYZ | 61.04 | 78.16 | 31.95 | - |
| YUV | 218.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 127 | 0.15 | 0 | 0.48 | 0.05 | 78.78 | 0.82 | 0.72 |
| Hex | CE | F2 | 7F | F | 0 | 30 | 5 | 4F | 52 | 48 |
| Octal | 316 | 362 | 177 | 17 | 0 | 60 | 5 | 117 | 122 | 110 |
| Binary | 11001110 | 11110010 | 1111111 | 1111 | 0 | 110000 | 101 | 1001111 | 1010010 | 1001000 |
Color Harmonies of #CEF27F
Complementary color
Monochromatic Colors of #CEF27F
Black with #CEF27F
Text Example
Text Example
White with #CEF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF27F; }
p { color: rgb(206,242,127); }
H1.HeaderClassName
{
color: #CEF27F;
}
.AnyTagClassName
{
color: #CEF27F;
}
</style>
background-color css
<style>
a { background-color: #CEF27F; }
a { background-color: rgb(206,242,127); }
div.DivClassName
{
background-color: #CEF27F;
}
.BgClassName
{
background-color: #CEF27F;
}
</style>
border-color css
<style>
span { border-color: #CEF27F; }
span { border-color: rgb(206,242,127); }
td.TdClassName
{
border-color: #CEF27F;
}
.TagClassName
{
border-color: #CEF27F;
}
</style>