Shades of Sulu #CEF27C
Tints of Sulu #CEF27C
RGB
CMYK
RGB Variations
Color information
#CEF27C (or 0xCEF27C) is known color: Sulu. HEX triplet: CE, F2 and 7C. RGB value is (206,242,124). Sum of RGB (Red+Green+Blue) = 206+242+124=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF27C is #310D83. Grayscale: #DADADA. Windows color (decimal): -3214724 or 8188622. OLE color: 8188622.
HSL color Cylindrical-coordinate representation of color #CEF27C: hue angle of 78.31º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEF27C is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 124 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.05 |
| HSL | 78.31º | 0.82% | 0.72% | - |
| HSV(B) | 78.31º | 0.49% | 0.95% | - |
| XYZ | 60.84 | 78.08 | 30.93 | - |
| YUV | 217.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 124 | 0.15 | 0 | 0.49 | 0.05 | 78.31 | 0.82 | 0.72 |
| Hex | CE | F2 | 7C | F | 0 | 31 | 5 | 4E | 52 | 48 |
| Octal | 316 | 362 | 174 | 17 | 0 | 61 | 5 | 116 | 122 | 110 |
| Binary | 11001110 | 11110010 | 1111100 | 1111 | 0 | 110001 | 101 | 1001110 | 1010010 | 1001000 |
Color Harmonies of #CEF27C
Complementary color
Monochromatic Colors of #CEF27C
Black with #CEF27C
Text Example
Text Example
White with #CEF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF27C; }
p { color: rgb(206,242,124); }
H1.HeaderClassName
{
color: #CEF27C;
}
.AnyTagClassName
{
color: #CEF27C;
}
</style>
background-color css
<style>
a { background-color: #CEF27C; }
a { background-color: rgb(206,242,124); }
div.DivClassName
{
background-color: #CEF27C;
}
.BgClassName
{
background-color: #CEF27C;
}
</style>
border-color css
<style>
span { border-color: #CEF27C; }
span { border-color: rgb(206,242,124); }
td.TdClassName
{
border-color: #CEF27C;
}
.TagClassName
{
border-color: #CEF27C;
}
</style>