Shades of Sulu #CBF77C
Tints of Sulu #CBF77C
RGB
CMYK
RGB Variations
Color information
#CBF77C (or 0xCBF77C) is known color: Sulu. HEX triplet: CB, F7 and 7C. RGB value is (203,247,124). Sum of RGB (Red+Green+Blue) = 203+247+124=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF77C is #340883. Grayscale: #DCDCDC. Windows color (decimal): -3410052 or 8189899. OLE color: 8189899.
HSL color Cylindrical-coordinate representation of color #CBF77C: hue angle of 81.46º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBF77C is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 124 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.03 |
| HSL | 81.46º | 0.88% | 0.73% | - |
| HSV(B) | 81.46º | 0.5% | 0.97% | - |
| XYZ | 61.53 | 80.67 | 31.4 | - |
| YUV | 219.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 124 | 0.18 | 0 | 0.50 | 0.03 | 81.46 | 0.88 | 0.73 |
| Hex | CB | F7 | 7C | 12 | 0 | 32 | 3 | 51 | 58 | 49 |
| Octal | 313 | 367 | 174 | 22 | 0 | 62 | 3 | 121 | 130 | 111 |
| Binary | 11001011 | 11110111 | 1111100 | 10010 | 0 | 110010 | 11 | 1010001 | 1011000 | 1001001 |
Color Harmonies of #CBF77C
Complementary color
Monochromatic Colors of #CBF77C
Black with #CBF77C
Text Example
Text Example
White with #CBF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF77C; }
p { color: rgb(203,247,124); }
H1.HeaderClassName
{
color: #CBF77C;
}
.AnyTagClassName
{
color: #CBF77C;
}
</style>
background-color css
<style>
a { background-color: #CBF77C; }
a { background-color: rgb(203,247,124); }
div.DivClassName
{
background-color: #CBF77C;
}
.BgClassName
{
background-color: #CBF77C;
}
</style>
border-color css
<style>
span { border-color: #CBF77C; }
span { border-color: rgb(203,247,124); }
td.TdClassName
{
border-color: #CBF77C;
}
.TagClassName
{
border-color: #CBF77C;
}
</style>