Shades of Sulu #CEFC7E
Tints of Sulu #CEFC7E
RGB
CMYK
RGB Variations
Color information
#CEFC7E (or 0xCEFC7E) is known color: Sulu. HEX triplet: CE, FC and 7E. RGB value is (206,252,126). Sum of RGB (Red+Green+Blue) = 206+252+126=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC7E is #310381. Grayscale: #E0E0E0. Windows color (decimal): -3212162 or 8322254. OLE color: 8322254.
HSL color Cylindrical-coordinate representation of color #CEFC7E: hue angle of 81.9º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEFC7E is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 126 | - |
| CMYK | 0.18 | 0 | 0.5 | 0.01 |
| HSL | 81.9º | 0.95% | 0.74% | - |
| HSV(B) | 81.9º | 0.5% | 0.99% | - |
| XYZ | 64.03 | 84.25 | 32.63 | - |
| YUV | 223.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 126 | 0.18 | 0 | 0.5 | 0.01 | 81.9 | 0.95 | 0.74 |
| Hex | CE | FC | 7E | 12 | 0 | 32 | 1 | 52 | 5F | 4A |
| Octal | 316 | 374 | 176 | 22 | 0 | 62 | 1 | 122 | 137 | 112 |
| Binary | 11001110 | 11111100 | 1111110 | 10010 | 0 | 110010 | 1 | 1010010 | 1011111 | 1001010 |
Color Harmonies of #CEFC7E
Complementary color
Monochromatic Colors of #CEFC7E
Black with #CEFC7E
Text Example
Text Example
White with #CEFC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC7E; }
p { color: rgb(206,252,126); }
H1.HeaderClassName
{
color: #CEFC7E;
}
.AnyTagClassName
{
color: #CEFC7E;
}
</style>
background-color css
<style>
a { background-color: #CEFC7E; }
a { background-color: rgb(206,252,126); }
div.DivClassName
{
background-color: #CEFC7E;
}
.BgClassName
{
background-color: #CEFC7E;
}
</style>
border-color css
<style>
span { border-color: #CEFC7E; }
span { border-color: rgb(206,252,126); }
td.TdClassName
{
border-color: #CEFC7E;
}
.TagClassName
{
border-color: #CEFC7E;
}
</style>