Shades of Sulu #CBFC6B
Tints of Sulu #CBFC6B
RGB
CMYK
RGB Variations
Color information
#CBFC6B (or 0xCBFC6B) is known color: Sulu. HEX triplet: CB, FC and 6B. RGB value is (203,252,107). Sum of RGB (Red+Green+Blue) = 203+252+107=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC6B is #340394. Grayscale: #DDDDDD. Windows color (decimal): -3408789 or 7077067. OLE color: 7077067.
HSL color Cylindrical-coordinate representation of color #CBFC6B: hue angle of 80.28º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBFC6B is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 107 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.01 |
| HSL | 80.28º | 0.96% | 0.7% | - |
| HSV(B) | 80.28º | 0.58% | 0.99% | - |
| XYZ | 62.09 | 83.38 | 26.73 | - |
| YUV | 220.82 | 63.77 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 107 | 0.19 | 0 | 0.58 | 0.01 | 80.28 | 0.96 | 0.7 |
| Hex | CB | FC | 6B | 13 | 0 | 3A | 1 | 50 | 60 | 46 |
| Octal | 313 | 374 | 153 | 23 | 0 | 72 | 1 | 120 | 140 | 106 |
| Binary | 11001011 | 11111100 | 1101011 | 10011 | 0 | 111010 | 1 | 1010000 | 1100000 | 1000110 |
Color Harmonies of #CBFC6B
Complementary color
Monochromatic Colors of #CBFC6B
Black with #CBFC6B
Text Example
Text Example
White with #CBFC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC6B; }
p { color: rgb(203,252,107); }
H1.HeaderClassName
{
color: #CBFC6B;
}
.AnyTagClassName
{
color: #CBFC6B;
}
</style>
background-color css
<style>
a { background-color: #CBFC6B; }
a { background-color: rgb(203,252,107); }
div.DivClassName
{
background-color: #CBFC6B;
}
.BgClassName
{
background-color: #CBFC6B;
}
</style>
border-color css
<style>
span { border-color: #CBFC6B; }
span { border-color: rgb(203,252,107); }
td.TdClassName
{
border-color: #CBFC6B;
}
.TagClassName
{
border-color: #CBFC6B;
}
</style>