Shades of Sulu #CFEB81
Tints of Sulu #CFEB81
RGB
CMYK
RGB Variations
Color information
#CFEB81 (or 0xCFEB81) is known color: Sulu. HEX triplet: CF, EB and 81. RGB value is (207,235,129). Sum of RGB (Red+Green+Blue) = 207+235+129=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB81 is #30147E. Grayscale: #D6D6D6. Windows color (decimal): -3150975 or 8514511. OLE color: 8514511.
HSL color Cylindrical-coordinate representation of color #CFEB81: hue angle of 75.85º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFEB81 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 129 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.08 |
| HSL | 75.85º | 0.73% | 0.71% | - |
| HSV(B) | 75.85º | 0.45% | 0.92% | - |
| XYZ | 59.4 | 74.27 | 31.97 | - |
| YUV | 214.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 129 | 0.12 | 0 | 0.45 | 0.08 | 75.85 | 0.73 | 0.71 |
| Hex | CF | EB | 81 | C | 0 | 2D | 8 | 4C | 49 | 47 |
| Octal | 317 | 353 | 201 | 14 | 0 | 55 | 10 | 114 | 111 | 107 |
| Binary | 11001111 | 11101011 | 10000001 | 1100 | 0 | 101101 | 1000 | 1001100 | 1001001 | 1000111 |
Color Harmonies of #CFEB81
Complementary color
Monochromatic Colors of #CFEB81
Black with #CFEB81
Text Example
Text Example
White with #CFEB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB81; }
p { color: rgb(207,235,129); }
H1.HeaderClassName
{
color: #CFEB81;
}
.AnyTagClassName
{
color: #CFEB81;
}
</style>
background-color css
<style>
a { background-color: #CFEB81; }
a { background-color: rgb(207,235,129); }
div.DivClassName
{
background-color: #CFEB81;
}
.BgClassName
{
background-color: #CFEB81;
}
</style>
border-color css
<style>
span { border-color: #CFEB81; }
span { border-color: rgb(207,235,129); }
td.TdClassName
{
border-color: #CFEB81;
}
.TagClassName
{
border-color: #CFEB81;
}
</style>