Shades of Sulu #CCFC8C
Tints of Sulu #CCFC8C
RGB
CMYK
RGB Variations
Color information
#CCFC8C (or 0xCCFC8C) is known color: Sulu. HEX triplet: CC, FC and 8C. RGB value is (204,252,140). Sum of RGB (Red+Green+Blue) = 204+252+140=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC8C is #330373. Grayscale: #E1E1E1. Windows color (decimal): -3343220 or 9239756. OLE color: 9239756.
HSL color Cylindrical-coordinate representation of color #CCFC8C: hue angle of 85.71º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCFC8C is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 140 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.01 |
| HSL | 85.71º | 0.95% | 0.77% | - |
| HSV(B) | 85.71º | 0.44% | 0.99% | - |
| XYZ | 64.45 | 84.35 | 37.7 | - |
| YUV | 224.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 140 | 0.19 | 0 | 0.44 | 0.01 | 85.71 | 0.95 | 0.77 |
| Hex | CC | FC | 8C | 13 | 0 | 2C | 1 | 56 | 5F | 4D |
| Octal | 314 | 374 | 214 | 23 | 0 | 54 | 1 | 126 | 137 | 115 |
| Binary | 11001100 | 11111100 | 10001100 | 10011 | 0 | 101100 | 1 | 1010110 | 1011111 | 1001101 |
Color Harmonies of #CCFC8C
Complementary color
Monochromatic Colors of #CCFC8C
Black with #CCFC8C
Text Example
Text Example
White with #CCFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC8C; }
p { color: rgb(204,252,140); }
H1.HeaderClassName
{
color: #CCFC8C;
}
.AnyTagClassName
{
color: #CCFC8C;
}
</style>
background-color css
<style>
a { background-color: #CCFC8C; }
a { background-color: rgb(204,252,140); }
div.DivClassName
{
background-color: #CCFC8C;
}
.BgClassName
{
background-color: #CCFC8C;
}
</style>
border-color css
<style>
span { border-color: #CCFC8C; }
span { border-color: rgb(204,252,140); }
td.TdClassName
{
border-color: #CCFC8C;
}
.TagClassName
{
border-color: #CCFC8C;
}
</style>