Shades of Sulu #CFEB83
Tints of Sulu #CFEB83
RGB
CMYK
RGB Variations
Color information
#CFEB83 (or 0xCFEB83) is known color: Sulu. HEX triplet: CF, EB and 83. RGB value is (207,235,131). Sum of RGB (Red+Green+Blue) = 207+235+131=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB83 is #30147C. Grayscale: #D7D7D7. Windows color (decimal): -3150973 or 8645583. OLE color: 8645583.
HSL color Cylindrical-coordinate representation of color #CFEB83: hue angle of 76.15º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFEB83 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 131 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.08 |
| HSL | 76.15º | 0.72% | 0.72% | - |
| HSV(B) | 76.15º | 0.44% | 0.92% | - |
| XYZ | 59.54 | 74.32 | 32.68 | - |
| YUV | 214.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 131 | 0.12 | 0 | 0.44 | 0.08 | 76.15 | 0.72 | 0.72 |
| Hex | CF | EB | 83 | C | 0 | 2C | 8 | 4C | 48 | 48 |
| Octal | 317 | 353 | 203 | 14 | 0 | 54 | 10 | 114 | 110 | 110 |
| Binary | 11001111 | 11101011 | 10000011 | 1100 | 0 | 101100 | 1000 | 1001100 | 1001000 | 1001000 |
Color Harmonies of #CFEB83
Complementary color
Monochromatic Colors of #CFEB83
Black with #CFEB83
Text Example
Text Example
White with #CFEB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB83; }
p { color: rgb(207,235,131); }
H1.HeaderClassName
{
color: #CFEB83;
}
.AnyTagClassName
{
color: #CFEB83;
}
</style>
background-color css
<style>
a { background-color: #CFEB83; }
a { background-color: rgb(207,235,131); }
div.DivClassName
{
background-color: #CFEB83;
}
.BgClassName
{
background-color: #CFEB83;
}
</style>
border-color css
<style>
span { border-color: #CFEB83; }
span { border-color: rgb(207,235,131); }
td.TdClassName
{
border-color: #CFEB83;
}
.TagClassName
{
border-color: #CFEB83;
}
</style>