Shades of Sulu #CEFC7C
Tints of Sulu #CEFC7C
RGB
CMYK
RGB Variations
Color information
#CEFC7C (or 0xCEFC7C) is known color: Sulu. HEX triplet: CE, FC and 7C. RGB value is (206,252,124). Sum of RGB (Red+Green+Blue) = 206+252+124=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC7C is #310383. Grayscale: #E0E0E0. Windows color (decimal): -3212164 or 8191182. OLE color: 8191182.
HSL color Cylindrical-coordinate representation of color #CEFC7C: hue angle of 81.56º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEFC7C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 124 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.01 |
| HSL | 81.56º | 0.96% | 0.74% | - |
| HSV(B) | 81.56º | 0.51% | 0.99% | - |
| XYZ | 63.9 | 84.2 | 31.95 | - |
| YUV | 223.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 124 | 0.18 | 0 | 0.51 | 0.01 | 81.56 | 0.96 | 0.74 |
| Hex | CE | FC | 7C | 12 | 0 | 33 | 1 | 52 | 60 | 4A |
| Octal | 316 | 374 | 174 | 22 | 0 | 63 | 1 | 122 | 140 | 112 |
| Binary | 11001110 | 11111100 | 1111100 | 10010 | 0 | 110011 | 1 | 1010010 | 1100000 | 1001010 |
Color Harmonies of #CEFC7C
Complementary color
Monochromatic Colors of #CEFC7C
Black with #CEFC7C
Text Example
Text Example
White with #CEFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC7C; }
p { color: rgb(206,252,124); }
H1.HeaderClassName
{
color: #CEFC7C;
}
.AnyTagClassName
{
color: #CEFC7C;
}
</style>
background-color css
<style>
a { background-color: #CEFC7C; }
a { background-color: rgb(206,252,124); }
div.DivClassName
{
background-color: #CEFC7C;
}
.BgClassName
{
background-color: #CEFC7C;
}
</style>
border-color css
<style>
span { border-color: #CEFC7C; }
span { border-color: rgb(206,252,124); }
td.TdClassName
{
border-color: #CEFC7C;
}
.TagClassName
{
border-color: #CEFC7C;
}
</style>