Shades of Sulu #CEF27D
Tints of Sulu #CEF27D
RGB
CMYK
RGB Variations
Color information
#CEF27D (or 0xCEF27D) is known color: Sulu. HEX triplet: CE, F2 and 7D. RGB value is (206,242,125). Sum of RGB (Red+Green+Blue) = 206+242+125=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF27D is #310D82. Grayscale: #DADADA. Windows color (decimal): -3214723 or 8254158. OLE color: 8254158.
HSL color Cylindrical-coordinate representation of color #CEF27D: hue angle of 78.46º 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 #CEF27D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 125 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.05 |
| HSL | 78.46º | 0.82% | 0.72% | - |
| HSV(B) | 78.46º | 0.48% | 0.95% | - |
| XYZ | 60.91 | 78.11 | 31.27 | - |
| YUV | 217.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 125 | 0.15 | 0 | 0.48 | 0.05 | 78.46 | 0.82 | 0.72 |
| Hex | CE | F2 | 7D | F | 0 | 30 | 5 | 4E | 52 | 48 |
| Octal | 316 | 362 | 175 | 17 | 0 | 60 | 5 | 116 | 122 | 110 |
| Binary | 11001110 | 11110010 | 1111101 | 1111 | 0 | 110000 | 101 | 1001110 | 1010010 | 1001000 |
Color Harmonies of #CEF27D
Complementary color
Monochromatic Colors of #CEF27D
Black with #CEF27D
Text Example
Text Example
White with #CEF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF27D; }
p { color: rgb(206,242,125); }
H1.HeaderClassName
{
color: #CEF27D;
}
.AnyTagClassName
{
color: #CEF27D;
}
</style>
background-color css
<style>
a { background-color: #CEF27D; }
a { background-color: rgb(206,242,125); }
div.DivClassName
{
background-color: #CEF27D;
}
.BgClassName
{
background-color: #CEF27D;
}
</style>
border-color css
<style>
span { border-color: #CEF27D; }
span { border-color: rgb(206,242,125); }
td.TdClassName
{
border-color: #CEF27D;
}
.TagClassName
{
border-color: #CEF27D;
}
</style>