Shades of Sulu #CBFC6D
Tints of Sulu #CBFC6D
RGB
CMYK
RGB Variations
Color information
#CBFC6D (or 0xCBFC6D) is known color: Sulu. HEX triplet: CB, FC and 6D. RGB value is (203,252,109). Sum of RGB (Red+Green+Blue) = 203+252+109=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC6D is #340392. Grayscale: #DDDDDD. Windows color (decimal): -3408787 or 7208139. OLE color: 7208139.
HSL color Cylindrical-coordinate representation of color #CBFC6D: hue angle of 80.56º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBFC6D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 109 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.01 |
| HSL | 80.56º | 0.96% | 0.71% | - |
| HSV(B) | 80.56º | 0.57% | 0.99% | - |
| XYZ | 62.2 | 83.42 | 27.29 | - |
| YUV | 221.05 | 64.77 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 109 | 0.19 | 0 | 0.57 | 0.01 | 80.56 | 0.96 | 0.71 |
| Hex | CB | FC | 6D | 13 | 0 | 39 | 1 | 51 | 60 | 47 |
| Octal | 313 | 374 | 155 | 23 | 0 | 71 | 1 | 121 | 140 | 107 |
| Binary | 11001011 | 11111100 | 1101101 | 10011 | 0 | 111001 | 1 | 1010001 | 1100000 | 1000111 |
Color Harmonies of #CBFC6D
Complementary color
Monochromatic Colors of #CBFC6D
Black with #CBFC6D
Text Example
Text Example
White with #CBFC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC6D; }
p { color: rgb(203,252,109); }
H1.HeaderClassName
{
color: #CBFC6D;
}
.AnyTagClassName
{
color: #CBFC6D;
}
</style>
background-color css
<style>
a { background-color: #CBFC6D; }
a { background-color: rgb(203,252,109); }
div.DivClassName
{
background-color: #CBFC6D;
}
.BgClassName
{
background-color: #CBFC6D;
}
</style>
border-color css
<style>
span { border-color: #CBFC6D; }
span { border-color: rgb(203,252,109); }
td.TdClassName
{
border-color: #CBFC6D;
}
.TagClassName
{
border-color: #CBFC6D;
}
</style>