Shades of Sulu #CFED76
Tints of Sulu #CFED76
RGB
CMYK
RGB Variations
Color information
#CFED76 (or 0xCFED76) is known color: Sulu. HEX triplet: CF, ED and 76. RGB value is (207,237,118). Sum of RGB (Red+Green+Blue) = 207+237+118=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED76 is #301289. Grayscale: #D6D6D6. Windows color (decimal): -3150474 or 7794127. OLE color: 7794127.
HSL color Cylindrical-coordinate representation of color #CFED76: hue angle of 75.13º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFED76 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 118 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.07 |
| HSL | 75.13º | 0.77% | 0.7% | - |
| HSV(B) | 75.13º | 0.5% | 0.93% | - |
| XYZ | 59.29 | 75.14 | 28.52 | - |
| YUV | 214.46 | 73.56 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 118 | 0.13 | 0 | 0.50 | 0.07 | 75.13 | 0.77 | 0.7 |
| Hex | CF | ED | 76 | D | 0 | 32 | 7 | 4B | 4D | 46 |
| Octal | 317 | 355 | 166 | 15 | 0 | 62 | 7 | 113 | 115 | 106 |
| Binary | 11001111 | 11101101 | 1110110 | 1101 | 0 | 110010 | 111 | 1001011 | 1001101 | 1000110 |
Color Harmonies of #CFED76
Complementary color
Monochromatic Colors of #CFED76
Black with #CFED76
Text Example
Text Example
White with #CFED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED76; }
p { color: rgb(207,237,118); }
H1.HeaderClassName
{
color: #CFED76;
}
.AnyTagClassName
{
color: #CFED76;
}
</style>
background-color css
<style>
a { background-color: #CFED76; }
a { background-color: rgb(207,237,118); }
div.DivClassName
{
background-color: #CFED76;
}
.BgClassName
{
background-color: #CFED76;
}
</style>
border-color css
<style>
span { border-color: #CFED76; }
span { border-color: rgb(207,237,118); }
td.TdClassName
{
border-color: #CFED76;
}
.TagClassName
{
border-color: #CFED76;
}
</style>