Shades of Sulu #CCFB8B
Tints of Sulu #CCFB8B
RGB
CMYK
RGB Variations
Color information
#CCFB8B (or 0xCCFB8B) is known color: Sulu. HEX triplet: CC, FB and 8B. RGB value is (204,251,139). Sum of RGB (Red+Green+Blue) = 204+251+139=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFB8B is #330474. Grayscale: #E0E0E0. Windows color (decimal): -3343477 or 9173964. OLE color: 9173964.
HSL color Cylindrical-coordinate representation of color #CCFB8B: hue angle of 85.18º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCFB8B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 139 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.02 |
| HSL | 85.18º | 0.93% | 0.76% | - |
| HSV(B) | 85.18º | 0.45% | 0.98% | - |
| XYZ | 64.06 | 83.7 | 37.2 | - |
| YUV | 224.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 139 | 0.19 | 0 | 0.45 | 0.02 | 85.18 | 0.93 | 0.76 |
| Hex | CC | FB | 8B | 13 | 0 | 2D | 2 | 55 | 5D | 4C |
| Octal | 314 | 373 | 213 | 23 | 0 | 55 | 2 | 125 | 135 | 114 |
| Binary | 11001100 | 11111011 | 10001011 | 10011 | 0 | 101101 | 10 | 1010101 | 1011101 | 1001100 |
Color Harmonies of #CCFB8B
Complementary color
Monochromatic Colors of #CCFB8B
Black with #CCFB8B
Text Example
Text Example
White with #CCFB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFB8B; }
p { color: rgb(204,251,139); }
H1.HeaderClassName
{
color: #CCFB8B;
}
.AnyTagClassName
{
color: #CCFB8B;
}
</style>
background-color css
<style>
a { background-color: #CCFB8B; }
a { background-color: rgb(204,251,139); }
div.DivClassName
{
background-color: #CCFB8B;
}
.BgClassName
{
background-color: #CCFB8B;
}
</style>
border-color css
<style>
span { border-color: #CCFB8B; }
span { border-color: rgb(204,251,139); }
td.TdClassName
{
border-color: #CCFB8B;
}
.TagClassName
{
border-color: #CCFB8B;
}
</style>