Shades of Sulu #CEF47A
Tints of Sulu #CEF47A
RGB
CMYK
RGB Variations
Color information
#CEF47A (or 0xCEF47A) is known color: Sulu. HEX triplet: CE, F4 and 7A. RGB value is (206,244,122). Sum of RGB (Red+Green+Blue) = 206+244+122=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF47A is #310B85. Grayscale: #DBDBDB. Windows color (decimal): -3214214 or 8058062. OLE color: 8058062.
HSL color Cylindrical-coordinate representation of color #CEF47A: hue angle of 78.69º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF47A is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 122 | - |
| CMYK | 0.16 | 0 | 0.5 | 0.04 |
| HSL | 78.69º | 0.85% | 0.72% | - |
| HSV(B) | 78.69º | 0.5% | 0.96% | - |
| XYZ | 61.32 | 79.23 | 30.47 | - |
| YUV | 218.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 122 | 0.16 | 0 | 0.5 | 0.04 | 78.69 | 0.85 | 0.72 |
| Hex | CE | F4 | 7A | 10 | 0 | 32 | 4 | 4F | 55 | 48 |
| Octal | 316 | 364 | 172 | 20 | 0 | 62 | 4 | 117 | 125 | 110 |
| Binary | 11001110 | 11110100 | 1111010 | 10000 | 0 | 110010 | 100 | 1001111 | 1010101 | 1001000 |
Color Harmonies of #CEF47A
Complementary color
Monochromatic Colors of #CEF47A
Black with #CEF47A
Text Example
Text Example
White with #CEF47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF47A; }
p { color: rgb(206,244,122); }
H1.HeaderClassName
{
color: #CEF47A;
}
.AnyTagClassName
{
color: #CEF47A;
}
</style>
background-color css
<style>
a { background-color: #CEF47A; }
a { background-color: rgb(206,244,122); }
div.DivClassName
{
background-color: #CEF47A;
}
.BgClassName
{
background-color: #CEF47A;
}
</style>
border-color css
<style>
span { border-color: #CEF47A; }
span { border-color: rgb(206,244,122); }
td.TdClassName
{
border-color: #CEF47A;
}
.TagClassName
{
border-color: #CEF47A;
}
</style>