Shades of Sulu #CBFD8B
Tints of Sulu #CBFD8B
RGB
CMYK
RGB Variations
Color information
#CBFD8B (or 0xCBFD8B) is known color: Sulu. HEX triplet: CB, FD and 8B. RGB value is (203,253,139). Sum of RGB (Red+Green+Blue) = 203+253+139=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFD8B is #340274. Grayscale: #E1E1E1. Windows color (decimal): -3408501 or 9174475. OLE color: 9174475.
HSL color Cylindrical-coordinate representation of color #CBFD8B: hue angle of 86.32º 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 #CBFD8B is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 139 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.01 |
| HSL | 86.32º | 0.97% | 0.77% | - |
| HSV(B) | 86.32º | 0.45% | 0.99% | - |
| XYZ | 64.41 | 84.81 | 37.4 | - |
| YUV | 225.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 139 | 0.20 | 0 | 0.45 | 0.01 | 86.32 | 0.97 | 0.77 |
| Hex | CB | FD | 8B | 14 | 0 | 2D | 1 | 56 | 61 | 4D |
| Octal | 313 | 375 | 213 | 24 | 0 | 55 | 1 | 126 | 141 | 115 |
| Binary | 11001011 | 11111101 | 10001011 | 10100 | 0 | 101101 | 1 | 1010110 | 1100001 | 1001101 |
Color Harmonies of #CBFD8B
Complementary color
Monochromatic Colors of #CBFD8B
Black with #CBFD8B
Text Example
Text Example
White with #CBFD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD8B; }
p { color: rgb(203,253,139); }
H1.HeaderClassName
{
color: #CBFD8B;
}
.AnyTagClassName
{
color: #CBFD8B;
}
</style>
background-color css
<style>
a { background-color: #CBFD8B; }
a { background-color: rgb(203,253,139); }
div.DivClassName
{
background-color: #CBFD8B;
}
.BgClassName
{
background-color: #CBFD8B;
}
</style>
border-color css
<style>
span { border-color: #CBFD8B; }
span { border-color: rgb(203,253,139); }
td.TdClassName
{
border-color: #CBFD8B;
}
.TagClassName
{
border-color: #CBFD8B;
}
</style>