Shades of Sulu #CEF284
Tints of Sulu #CEF284
RGB
CMYK
RGB Variations
Color information
#CEF284 (or 0xCEF284) is known color: Sulu. HEX triplet: CE, F2 and 84. RGB value is (206,242,132). Sum of RGB (Red+Green+Blue) = 206+242+132=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF284 is #310D7B. Grayscale: #DBDBDB. Windows color (decimal): -3214716 or 8712910. OLE color: 8712910.
HSL color Cylindrical-coordinate representation of color #CEF284: hue angle of 79.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEF284 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 132 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.05 |
| HSL | 79.64º | 0.81% | 0.73% | - |
| HSV(B) | 79.64º | 0.45% | 0.95% | - |
| XYZ | 61.37 | 78.29 | 33.71 | - |
| YUV | 218.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 132 | 0.15 | 0 | 0.45 | 0.05 | 79.64 | 0.81 | 0.73 |
| Hex | CE | F2 | 84 | F | 0 | 2D | 5 | 50 | 51 | 49 |
| Octal | 316 | 362 | 204 | 17 | 0 | 55 | 5 | 120 | 121 | 111 |
| Binary | 11001110 | 11110010 | 10000100 | 1111 | 0 | 101101 | 101 | 1010000 | 1010001 | 1001001 |
Color Harmonies of #CEF284
Complementary color
Monochromatic Colors of #CEF284
Black with #CEF284
Text Example
Text Example
White with #CEF284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF284; }
p { color: rgb(206,242,132); }
H1.HeaderClassName
{
color: #CEF284;
}
.AnyTagClassName
{
color: #CEF284;
}
</style>
background-color css
<style>
a { background-color: #CEF284; }
a { background-color: rgb(206,242,132); }
div.DivClassName
{
background-color: #CEF284;
}
.BgClassName
{
background-color: #CEF284;
}
</style>
border-color css
<style>
span { border-color: #CEF284; }
span { border-color: rgb(206,242,132); }
td.TdClassName
{
border-color: #CEF284;
}
.TagClassName
{
border-color: #CEF284;
}
</style>