Shades of Sulu #CBFD8C
Tints of Sulu #CBFD8C
RGB
CMYK
RGB Variations
Color information
#CBFD8C (or 0xCBFD8C) is known color: Sulu. HEX triplet: CB, FD and 8C. RGB value is (203,253,140). Sum of RGB (Red+Green+Blue) = 203+253+140=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFD8C is #340273. Grayscale: #E1E1E1. Windows color (decimal): -3408500 or 9240011. OLE color: 9240011.
HSL color Cylindrical-coordinate representation of color #CBFD8C: hue angle of 86.55º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBFD8C is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 140 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.01 |
| HSL | 86.55º | 0.97% | 0.77% | - |
| HSV(B) | 86.55º | 0.45% | 0.99% | - |
| XYZ | 64.49 | 84.84 | 37.79 | - |
| YUV | 225.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 140 | 0.20 | 0 | 0.45 | 0.01 | 86.55 | 0.97 | 0.77 |
| Hex | CB | FD | 8C | 14 | 0 | 2D | 1 | 57 | 61 | 4D |
| Octal | 313 | 375 | 214 | 24 | 0 | 55 | 1 | 127 | 141 | 115 |
| Binary | 11001011 | 11111101 | 10001100 | 10100 | 0 | 101101 | 1 | 1010111 | 1100001 | 1001101 |
Color Harmonies of #CBFD8C
Complementary color
Monochromatic Colors of #CBFD8C
Black with #CBFD8C
Text Example
Text Example
White with #CBFD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD8C; }
p { color: rgb(203,253,140); }
H1.HeaderClassName
{
color: #CBFD8C;
}
.AnyTagClassName
{
color: #CBFD8C;
}
</style>
background-color css
<style>
a { background-color: #CBFD8C; }
a { background-color: rgb(203,253,140); }
div.DivClassName
{
background-color: #CBFD8C;
}
.BgClassName
{
background-color: #CBFD8C;
}
</style>
border-color css
<style>
span { border-color: #CBFD8C; }
span { border-color: rgb(203,253,140); }
td.TdClassName
{
border-color: #CBFD8C;
}
.TagClassName
{
border-color: #CBFD8C;
}
</style>