Shades of Sulu #CCFC7C
Tints of Sulu #CCFC7C
RGB
CMYK
RGB Variations
Color information
#CCFC7C (or 0xCCFC7C) is known color: Sulu. HEX triplet: CC, FC and 7C. RGB value is (204,252,124). Sum of RGB (Red+Green+Blue) = 204+252+124=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC7C is #330383. Grayscale: #DFDFDF. Windows color (decimal): -3343236 or 8191180. OLE color: 8191180.
HSL color Cylindrical-coordinate representation of color #CCFC7C: hue angle of 82.5º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCFC7C is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 124 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.01 |
| HSL | 82.5º | 0.96% | 0.74% | - |
| HSV(B) | 82.5º | 0.51% | 0.99% | - |
| XYZ | 63.35 | 83.91 | 31.93 | - |
| YUV | 223.06 | 72.1 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 124 | 0.19 | 0 | 0.51 | 0.01 | 82.5 | 0.96 | 0.74 |
| Hex | CC | FC | 7C | 13 | 0 | 33 | 1 | 52 | 60 | 4A |
| Octal | 314 | 374 | 174 | 23 | 0 | 63 | 1 | 122 | 140 | 112 |
| Binary | 11001100 | 11111100 | 1111100 | 10011 | 0 | 110011 | 1 | 1010010 | 1100000 | 1001010 |
Color Harmonies of #CCFC7C
Complementary color
Monochromatic Colors of #CCFC7C
Black with #CCFC7C
Text Example
Text Example
White with #CCFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC7C; }
p { color: rgb(204,252,124); }
H1.HeaderClassName
{
color: #CCFC7C;
}
.AnyTagClassName
{
color: #CCFC7C;
}
</style>
background-color css
<style>
a { background-color: #CCFC7C; }
a { background-color: rgb(204,252,124); }
div.DivClassName
{
background-color: #CCFC7C;
}
.BgClassName
{
background-color: #CCFC7C;
}
</style>
border-color css
<style>
span { border-color: #CCFC7C; }
span { border-color: rgb(204,252,124); }
td.TdClassName
{
border-color: #CCFC7C;
}
.TagClassName
{
border-color: #CCFC7C;
}
</style>