Shades of Sulu #CBFC7B
Tints of Sulu #CBFC7B
RGB
CMYK
RGB Variations
Color information
#CBFC7B (or 0xCBFC7B) is known color: Sulu. HEX triplet: CB, FC and 7B. RGB value is (203,252,123). Sum of RGB (Red+Green+Blue) = 203+252+123=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC7B is #340384. Grayscale: #DFDFDF. Windows color (decimal): -3408773 or 8125643. OLE color: 8125643.
HSL color Cylindrical-coordinate representation of color #CBFC7B: hue angle of 82.79º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBFC7B is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 123 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.01 |
| HSL | 82.79º | 0.96% | 0.74% | - |
| HSV(B) | 82.79º | 0.51% | 0.99% | - |
| XYZ | 63.01 | 83.75 | 31.58 | - |
| YUV | 222.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 123 | 0.19 | 0 | 0.51 | 0.01 | 82.79 | 0.96 | 0.74 |
| Hex | CB | FC | 7B | 13 | 0 | 33 | 1 | 53 | 60 | 4A |
| Octal | 313 | 374 | 173 | 23 | 0 | 63 | 1 | 123 | 140 | 112 |
| Binary | 11001011 | 11111100 | 1111011 | 10011 | 0 | 110011 | 1 | 1010011 | 1100000 | 1001010 |
Color Harmonies of #CBFC7B
Complementary color
Monochromatic Colors of #CBFC7B
Black with #CBFC7B
Text Example
Text Example
White with #CBFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC7B; }
p { color: rgb(203,252,123); }
H1.HeaderClassName
{
color: #CBFC7B;
}
.AnyTagClassName
{
color: #CBFC7B;
}
</style>
background-color css
<style>
a { background-color: #CBFC7B; }
a { background-color: rgb(203,252,123); }
div.DivClassName
{
background-color: #CBFC7B;
}
.BgClassName
{
background-color: #CBFC7B;
}
</style>
border-color css
<style>
span { border-color: #CBFC7B; }
span { border-color: rgb(203,252,123); }
td.TdClassName
{
border-color: #CBFC7B;
}
.TagClassName
{
border-color: #CBFC7B;
}
</style>