Shades of Sulu #CFEC76
Tints of Sulu #CFEC76
RGB
CMYK
RGB Variations
Color information
#CFEC76 (or 0xCFEC76) is known color: Sulu. HEX triplet: CF, EC and 76. RGB value is (207,236,118). Sum of RGB (Red+Green+Blue) = 207+236+118=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC76 is #301389. Grayscale: #D6D6D6. Windows color (decimal): -3150730 or 7793871. OLE color: 7793871.
HSL color Cylindrical-coordinate representation of color #CFEC76: hue angle of 74.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFEC76 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 118 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.07 |
| HSL | 74.75º | 0.76% | 0.69% | - |
| HSV(B) | 74.75º | 0.5% | 0.93% | - |
| XYZ | 59 | 74.56 | 28.42 | - |
| YUV | 213.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 118 | 0.12 | 0 | 0.5 | 0.07 | 74.75 | 0.76 | 0.69 |
| Hex | CF | EC | 76 | C | 0 | 32 | 7 | 4B | 4C | 45 |
| Octal | 317 | 354 | 166 | 14 | 0 | 62 | 7 | 113 | 114 | 105 |
| Binary | 11001111 | 11101100 | 1110110 | 1100 | 0 | 110010 | 111 | 1001011 | 1001100 | 1000101 |
Color Harmonies of #CFEC76
Complementary color
Monochromatic Colors of #CFEC76
Black with #CFEC76
Text Example
Text Example
White with #CFEC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC76; }
p { color: rgb(207,236,118); }
H1.HeaderClassName
{
color: #CFEC76;
}
.AnyTagClassName
{
color: #CFEC76;
}
</style>
background-color css
<style>
a { background-color: #CFEC76; }
a { background-color: rgb(207,236,118); }
div.DivClassName
{
background-color: #CFEC76;
}
.BgClassName
{
background-color: #CFEC76;
}
</style>
border-color css
<style>
span { border-color: #CFEC76; }
span { border-color: rgb(207,236,118); }
td.TdClassName
{
border-color: #CFEC76;
}
.TagClassName
{
border-color: #CFEC76;
}
</style>