Shades of Sulu #CBFF7C
Tints of Sulu #CBFF7C
RGB
CMYK
RGB Variations
Color information
#CBFF7C (or 0xCBFF7C) is known color: Sulu. HEX triplet: CB, FF and 7C. RGB value is (203,255,124). Sum of RGB (Red+Green+Blue) = 203+255+124=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 124 (48.83% from 255 or 21.31% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF7C is #340083. Grayscale: #E0E0E0. Windows color (decimal): -3408004 or 8191947. OLE color: 8191947.
HSL color Cylindrical-coordinate representation of color #CBFF7C: hue angle of 83.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBFF7C is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 124 | - |
| CMYK | 0.20 | 0 | 0.51 | 0 |
| HSL | 83.82º | 1% | 0.74% | - |
| HSV(B) | 83.82º | 0.51% | 1% | - |
| XYZ | 64.03 | 85.67 | 32.23 | - |
| YUV | 224.52 | 71.27 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 124 | 0.20 | 0 | 0.51 | 0 | 83.82 | 1 | 0.74 |
| Hex | CB | FF | 7C | 14 | 0 | 33 | 0 | 54 | 64 | 4A |
| Octal | 313 | 377 | 174 | 24 | 0 | 63 | 0 | 124 | 144 | 112 |
| Binary | 11001011 | 11111111 | 1111100 | 10100 | 0 | 110011 | 0 | 1010100 | 1100100 | 1001010 |
Color Harmonies of #CBFF7C
Complementary color
Monochromatic Colors of #CBFF7C
Black with #CBFF7C
Text Example
Text Example
White with #CBFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF7C; }
p { color: rgb(203,255,124); }
H1.HeaderClassName
{
color: #CBFF7C;
}
.AnyTagClassName
{
color: #CBFF7C;
}
</style>
background-color css
<style>
a { background-color: #CBFF7C; }
a { background-color: rgb(203,255,124); }
div.DivClassName
{
background-color: #CBFF7C;
}
.BgClassName
{
background-color: #CBFF7C;
}
</style>
border-color css
<style>
span { border-color: #CBFF7C; }
span { border-color: rgb(203,255,124); }
td.TdClassName
{
border-color: #CBFF7C;
}
.TagClassName
{
border-color: #CBFF7C;
}
</style>