Shades of Sulu #CBF97C
Tints of Sulu #CBF97C
RGB
CMYK
RGB Variations
Color information
#CBF97C (or 0xCBF97C) is known color: Sulu. HEX triplet: CB, F9 and 7C. RGB value is (203,249,124). Sum of RGB (Red+Green+Blue) = 203+249+124=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF97C is #340683. Grayscale: #DDDDDD. Windows color (decimal): -3409540 or 8190411. OLE color: 8190411.
HSL color Cylindrical-coordinate representation of color #CBF97C: hue angle of 82.08º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBF97C is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 124 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.02 |
| HSL | 82.08º | 0.91% | 0.73% | - |
| HSV(B) | 82.08º | 0.5% | 0.98% | - |
| XYZ | 62.14 | 81.9 | 31.6 | - |
| YUV | 221 | 73.26 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 124 | 0.18 | 0 | 0.50 | 0.02 | 82.08 | 0.91 | 0.73 |
| Hex | CB | F9 | 7C | 12 | 0 | 32 | 2 | 52 | 5B | 49 |
| Octal | 313 | 371 | 174 | 22 | 0 | 62 | 2 | 122 | 133 | 111 |
| Binary | 11001011 | 11111001 | 1111100 | 10010 | 0 | 110010 | 10 | 1010010 | 1011011 | 1001001 |
Color Harmonies of #CBF97C
Complementary color
Monochromatic Colors of #CBF97C
Black with #CBF97C
Text Example
Text Example
White with #CBF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF97C; }
p { color: rgb(203,249,124); }
H1.HeaderClassName
{
color: #CBF97C;
}
.AnyTagClassName
{
color: #CBF97C;
}
</style>
background-color css
<style>
a { background-color: #CBF97C; }
a { background-color: rgb(203,249,124); }
div.DivClassName
{
background-color: #CBF97C;
}
.BgClassName
{
background-color: #CBF97C;
}
</style>
border-color css
<style>
span { border-color: #CBF97C; }
span { border-color: rgb(203,249,124); }
td.TdClassName
{
border-color: #CBF97C;
}
.TagClassName
{
border-color: #CBF97C;
}
</style>