Shades of Sulu #CEFC7D
Tints of Sulu #CEFC7D
RGB
CMYK
RGB Variations
Color information
#CEFC7D (or 0xCEFC7D) is known color: Sulu. HEX triplet: CE, FC and 7D. RGB value is (206,252,125). Sum of RGB (Red+Green+Blue) = 206+252+125=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC7D is #310382. Grayscale: #E0E0E0. Windows color (decimal): -3212163 or 8256718. OLE color: 8256718.
HSL color Cylindrical-coordinate representation of color #CEFC7D: hue angle of 81.73º 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 #CEFC7D is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 125 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.01 |
| HSL | 81.73º | 0.95% | 0.74% | - |
| HSV(B) | 81.73º | 0.5% | 0.99% | - |
| XYZ | 63.97 | 84.22 | 32.29 | - |
| YUV | 223.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 125 | 0.18 | 0 | 0.50 | 0.01 | 81.73 | 0.95 | 0.74 |
| Hex | CE | FC | 7D | 12 | 0 | 32 | 1 | 52 | 5F | 4A |
| Octal | 316 | 374 | 175 | 22 | 0 | 62 | 1 | 122 | 137 | 112 |
| Binary | 11001110 | 11111100 | 1111101 | 10010 | 0 | 110010 | 1 | 1010010 | 1011111 | 1001010 |
Color Harmonies of #CEFC7D
Complementary color
Monochromatic Colors of #CEFC7D
Black with #CEFC7D
Text Example
Text Example
White with #CEFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC7D; }
p { color: rgb(206,252,125); }
H1.HeaderClassName
{
color: #CEFC7D;
}
.AnyTagClassName
{
color: #CEFC7D;
}
</style>
background-color css
<style>
a { background-color: #CEFC7D; }
a { background-color: rgb(206,252,125); }
div.DivClassName
{
background-color: #CEFC7D;
}
.BgClassName
{
background-color: #CEFC7D;
}
</style>
border-color css
<style>
span { border-color: #CEFC7D; }
span { border-color: rgb(206,252,125); }
td.TdClassName
{
border-color: #CEFC7D;
}
.TagClassName
{
border-color: #CEFC7D;
}
</style>