Shades of Sulu #CEFF78
Tints of Sulu #CEFF78
RGB
CMYK
RGB Variations
Color information
#CEFF78 (or 0xCEFF78) is known color: Sulu. HEX triplet: CE, FF and 78. RGB value is (206,255,120). Sum of RGB (Red+Green+Blue) = 206+255+120=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF78 is #310087. Grayscale: #E1E1E1. Windows color (decimal): -3211400 or 7929806. OLE color: 7929806.
HSL color Cylindrical-coordinate representation of color #CEFF78: hue angle of 81.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEFF78 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 120 | - |
| CMYK | 0.19 | 0 | 0.53 | 0 |
| HSL | 81.78º | 1% | 0.74% | - |
| HSV(B) | 81.78º | 0.53% | 1% | - |
| XYZ | 64.6 | 86 | 30.96 | - |
| YUV | 224.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 120 | 0.19 | 0 | 0.53 | 0 | 81.78 | 1 | 0.74 |
| Hex | CE | FF | 78 | 13 | 0 | 35 | 0 | 52 | 64 | 4A |
| Octal | 316 | 377 | 170 | 23 | 0 | 65 | 0 | 122 | 144 | 112 |
| Binary | 11001110 | 11111111 | 1111000 | 10011 | 0 | 110101 | 0 | 1010010 | 1100100 | 1001010 |
Color Harmonies of #CEFF78
Complementary color
Monochromatic Colors of #CEFF78
Black with #CEFF78
Text Example
Text Example
White with #CEFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF78; }
p { color: rgb(206,255,120); }
H1.HeaderClassName
{
color: #CEFF78;
}
.AnyTagClassName
{
color: #CEFF78;
}
</style>
background-color css
<style>
a { background-color: #CEFF78; }
a { background-color: rgb(206,255,120); }
div.DivClassName
{
background-color: #CEFF78;
}
.BgClassName
{
background-color: #CEFF78;
}
</style>
border-color css
<style>
span { border-color: #CEFF78; }
span { border-color: rgb(206,255,120); }
td.TdClassName
{
border-color: #CEFF78;
}
.TagClassName
{
border-color: #CEFF78;
}
</style>