Shades of Sulu #CBFC77
Tints of Sulu #CBFC77
RGB
CMYK
RGB Variations
Color information
#CBFC77 (or 0xCBFC77) is known color: Sulu. HEX triplet: CB, FC and 77. RGB value is (203,252,119). Sum of RGB (Red+Green+Blue) = 203+252+119=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC77 is #340388. Grayscale: #DEDEDE. Windows color (decimal): -3408777 or 7863499. OLE color: 7863499.
HSL color Cylindrical-coordinate representation of color #CBFC77: hue angle of 82.11º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBFC77 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 119 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.01 |
| HSL | 82.11º | 0.96% | 0.73% | - |
| HSV(B) | 82.11º | 0.53% | 0.99% | - |
| XYZ | 62.77 | 83.65 | 30.29 | - |
| YUV | 222.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 119 | 0.19 | 0 | 0.53 | 0.01 | 82.11 | 0.96 | 0.73 |
| Hex | CB | FC | 77 | 13 | 0 | 35 | 1 | 52 | 60 | 49 |
| Octal | 313 | 374 | 167 | 23 | 0 | 65 | 1 | 122 | 140 | 111 |
| Binary | 11001011 | 11111100 | 1110111 | 10011 | 0 | 110101 | 1 | 1010010 | 1100000 | 1001001 |
Color Harmonies of #CBFC77
Complementary color
Monochromatic Colors of #CBFC77
Black with #CBFC77
Text Example
Text Example
White with #CBFC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC77; }
p { color: rgb(203,252,119); }
H1.HeaderClassName
{
color: #CBFC77;
}
.AnyTagClassName
{
color: #CBFC77;
}
</style>
background-color css
<style>
a { background-color: #CBFC77; }
a { background-color: rgb(203,252,119); }
div.DivClassName
{
background-color: #CBFC77;
}
.BgClassName
{
background-color: #CBFC77;
}
</style>
border-color css
<style>
span { border-color: #CBFC77; }
span { border-color: rgb(203,252,119); }
td.TdClassName
{
border-color: #CBFC77;
}
.TagClassName
{
border-color: #CBFC77;
}
</style>