Shades of Sulu #CBEF83
Tints of Sulu #CBEF83
RGB
CMYK
RGB Variations
Color information
#CBEF83 (or 0xCBEF83) is known color: Sulu. HEX triplet: CB, EF and 83. RGB value is (203,239,131). Sum of RGB (Red+Green+Blue) = 203+239+131=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEF83 is #34107C. Grayscale: #D8D8D8. Windows color (decimal): -3412093 or 8646603. OLE color: 8646603.
HSL color Cylindrical-coordinate representation of color #CBEF83: hue angle of 80º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBEF83 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 131 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.06 |
| HSL | 80º | 0.77% | 0.73% | - |
| HSV(B) | 80º | 0.45% | 0.94% | - |
| XYZ | 59.59 | 76.07 | 33.01 | - |
| YUV | 215.92 | 80.07 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 131 | 0.15 | 0 | 0.45 | 0.06 | 80 | 0.77 | 0.73 |
| Hex | CB | EF | 83 | F | 0 | 2D | 6 | 50 | 4D | 49 |
| Octal | 313 | 357 | 203 | 17 | 0 | 55 | 6 | 120 | 115 | 111 |
| Binary | 11001011 | 11101111 | 10000011 | 1111 | 0 | 101101 | 110 | 1010000 | 1001101 | 1001001 |
Color Harmonies of #CBEF83
Complementary color
Monochromatic Colors of #CBEF83
Black with #CBEF83
Text Example
Text Example
White with #CBEF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF83; }
p { color: rgb(203,239,131); }
H1.HeaderClassName
{
color: #CBEF83;
}
.AnyTagClassName
{
color: #CBEF83;
}
</style>
background-color css
<style>
a { background-color: #CBEF83; }
a { background-color: rgb(203,239,131); }
div.DivClassName
{
background-color: #CBEF83;
}
.BgClassName
{
background-color: #CBEF83;
}
</style>
border-color css
<style>
span { border-color: #CBEF83; }
span { border-color: rgb(203,239,131); }
td.TdClassName
{
border-color: #CBEF83;
}
.TagClassName
{
border-color: #CBEF83;
}
</style>