Shades of Sulu #CCFD7C
Tints of Sulu #CCFD7C
RGB
CMYK
RGB Variations
Color information
#CCFD7C (or 0xCCFD7C) is known color: Sulu. HEX triplet: CC, FD and 7C. RGB value is (204,253,124). Sum of RGB (Red+Green+Blue) = 204+253+124=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD7C is #330283. Grayscale: #E0E0E0. Windows color (decimal): -3342980 or 8191436. OLE color: 8191436.
HSL color Cylindrical-coordinate representation of color #CCFD7C: hue angle of 82.79º degrees, saturation: 0.97, 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 #CCFD7C is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 124 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.01 |
| HSL | 82.79º | 0.97% | 0.74% | - |
| HSV(B) | 82.79º | 0.51% | 0.99% | - |
| XYZ | 63.67 | 84.54 | 32.03 | - |
| YUV | 223.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 124 | 0.19 | 0 | 0.51 | 0.01 | 82.79 | 0.97 | 0.74 |
| Hex | CC | FD | 7C | 13 | 0 | 33 | 1 | 53 | 61 | 4A |
| Octal | 314 | 375 | 174 | 23 | 0 | 63 | 1 | 123 | 141 | 112 |
| Binary | 11001100 | 11111101 | 1111100 | 10011 | 0 | 110011 | 1 | 1010011 | 1100001 | 1001010 |
Color Harmonies of #CCFD7C
Complementary color
Monochromatic Colors of #CCFD7C
Black with #CCFD7C
Text Example
Text Example
White with #CCFD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD7C; }
p { color: rgb(204,253,124); }
H1.HeaderClassName
{
color: #CCFD7C;
}
.AnyTagClassName
{
color: #CCFD7C;
}
</style>
background-color css
<style>
a { background-color: #CCFD7C; }
a { background-color: rgb(204,253,124); }
div.DivClassName
{
background-color: #CCFD7C;
}
.BgClassName
{
background-color: #CCFD7C;
}
</style>
border-color css
<style>
span { border-color: #CCFD7C; }
span { border-color: rgb(204,253,124); }
td.TdClassName
{
border-color: #CCFD7C;
}
.TagClassName
{
border-color: #CCFD7C;
}
</style>