Shades of Sulu #CBFD80
Tints of Sulu #CBFD80
RGB
CMYK
RGB Variations
Color information
#CBFD80 (or 0xCBFD80) is known color: Sulu. HEX triplet: CB, FD and 80. RGB value is (203,253,128). Sum of RGB (Red+Green+Blue) = 203+253+128=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFD80 is #34027F. Grayscale: #E0E0E0. Windows color (decimal): -3408512 or 8453579. OLE color: 8453579.
HSL color Cylindrical-coordinate representation of color #CBFD80: hue angle of 84º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBFD80 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 128 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.01 |
| HSL | 84º | 0.97% | 0.75% | - |
| HSV(B) | 84º | 0.49% | 0.99% | - |
| XYZ | 63.65 | 84.51 | 33.38 | - |
| YUV | 223.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 128 | 0.20 | 0 | 0.49 | 0.01 | 84 | 0.97 | 0.75 |
| Hex | CB | FD | 80 | 14 | 0 | 31 | 1 | 54 | 61 | 4B |
| Octal | 313 | 375 | 200 | 24 | 0 | 61 | 1 | 124 | 141 | 113 |
| Binary | 11001011 | 11111101 | 10000000 | 10100 | 0 | 110001 | 1 | 1010100 | 1100001 | 1001011 |
Color Harmonies of #CBFD80
Complementary color
Monochromatic Colors of #CBFD80
Black with #CBFD80
Text Example
Text Example
White with #CBFD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD80; }
p { color: rgb(203,253,128); }
H1.HeaderClassName
{
color: #CBFD80;
}
.AnyTagClassName
{
color: #CBFD80;
}
</style>
background-color css
<style>
a { background-color: #CBFD80; }
a { background-color: rgb(203,253,128); }
div.DivClassName
{
background-color: #CBFD80;
}
.BgClassName
{
background-color: #CBFD80;
}
</style>
border-color css
<style>
span { border-color: #CBFD80; }
span { border-color: rgb(203,253,128); }
td.TdClassName
{
border-color: #CBFD80;
}
.TagClassName
{
border-color: #CBFD80;
}
</style>