Shades of Sulu #CCFC8B
Tints of Sulu #CCFC8B
RGB
CMYK
RGB Variations
Color information
#CCFC8B (or 0xCCFC8B) is known color: Sulu. HEX triplet: CC, FC and 8B. RGB value is (204,252,139). Sum of RGB (Red+Green+Blue) = 204+252+139=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC8B is #330374. Grayscale: #E1E1E1. Windows color (decimal): -3343221 or 9174220. OLE color: 9174220.
HSL color Cylindrical-coordinate representation of color #CCFC8B: hue angle of 85.49º degrees, saturation: 0.95, 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 #CCFC8B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 139 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.01 |
| HSL | 85.49º | 0.95% | 0.77% | - |
| HSV(B) | 85.49º | 0.45% | 0.99% | - |
| XYZ | 64.37 | 84.32 | 37.31 | - |
| YUV | 224.77 | 79.6 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 139 | 0.19 | 0 | 0.45 | 0.01 | 85.49 | 0.95 | 0.77 |
| Hex | CC | FC | 8B | 13 | 0 | 2D | 1 | 55 | 5F | 4D |
| Octal | 314 | 374 | 213 | 23 | 0 | 55 | 1 | 125 | 137 | 115 |
| Binary | 11001100 | 11111100 | 10001011 | 10011 | 0 | 101101 | 1 | 1010101 | 1011111 | 1001101 |
Color Harmonies of #CCFC8B
Complementary color
Monochromatic Colors of #CCFC8B
Black with #CCFC8B
Text Example
Text Example
White with #CCFC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC8B; }
p { color: rgb(204,252,139); }
H1.HeaderClassName
{
color: #CCFC8B;
}
.AnyTagClassName
{
color: #CCFC8B;
}
</style>
background-color css
<style>
a { background-color: #CCFC8B; }
a { background-color: rgb(204,252,139); }
div.DivClassName
{
background-color: #CCFC8B;
}
.BgClassName
{
background-color: #CCFC8B;
}
</style>
border-color css
<style>
span { border-color: #CCFC8B; }
span { border-color: rgb(204,252,139); }
td.TdClassName
{
border-color: #CCFC8B;
}
.TagClassName
{
border-color: #CCFC8B;
}
</style>