Shades of Sulu #CCFF7C
Tints of Sulu #CCFF7C
RGB
CMYK
RGB Variations
Color information
#CCFF7C (or 0xCCFF7C) is known color: Sulu. HEX triplet: CC, FF and 7C. RGB value is (204,255,124). Sum of RGB (Red+Green+Blue) = 204+255+124=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF7C is #330083. Grayscale: #E1E1E1. Windows color (decimal): -3342468 or 8191948. OLE color: 8191948.
HSL color Cylindrical-coordinate representation of color #CCFF7C: hue angle of 83.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCFF7C is Cyan = 0.2, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 124 | - |
| CMYK | 0.2 | 0 | 0.51 | 0 |
| HSL | 83.36º | 1% | 0.74% | - |
| HSV(B) | 83.36º | 0.51% | 1% | - |
| XYZ | 64.3 | 85.81 | 32.24 | - |
| YUV | 224.82 | 71.1 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 124 | 0.2 | 0 | 0.51 | 0 | 83.36 | 1 | 0.74 |
| Hex | CC | FF | 7C | 14 | 0 | 33 | 0 | 53 | 64 | 4A |
| Octal | 314 | 377 | 174 | 24 | 0 | 63 | 0 | 123 | 144 | 112 |
| Binary | 11001100 | 11111111 | 1111100 | 10100 | 0 | 110011 | 0 | 1010011 | 1100100 | 1001010 |
Color Harmonies of #CCFF7C
Complementary color
Monochromatic Colors of #CCFF7C
Black with #CCFF7C
Text Example
Text Example
White with #CCFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF7C; }
p { color: rgb(204,255,124); }
H1.HeaderClassName
{
color: #CCFF7C;
}
.AnyTagClassName
{
color: #CCFF7C;
}
</style>
background-color css
<style>
a { background-color: #CCFF7C; }
a { background-color: rgb(204,255,124); }
div.DivClassName
{
background-color: #CCFF7C;
}
.BgClassName
{
background-color: #CCFF7C;
}
</style>
border-color css
<style>
span { border-color: #CCFF7C; }
span { border-color: rgb(204,255,124); }
td.TdClassName
{
border-color: #CCFF7C;
}
.TagClassName
{
border-color: #CCFF7C;
}
</style>