Shades of Sulu #CCDF7C
Tints of Sulu #CCDF7C
RGB
CMYK
RGB Variations
Color information
#CCDF7C (or 0xCCDF7C) is known color: Sulu. HEX triplet: CC, DF and 7C. RGB value is (204,223,124). Sum of RGB (Red+Green+Blue) = 204+223+124=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF7C is #332083. Grayscale: #CECECE. Windows color (decimal): -3350660 or 8183756. OLE color: 8183756.
HSL color Cylindrical-coordinate representation of color #CCDF7C: hue angle of 71.52º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCDF7C is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 124 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.13 |
| HSL | 71.52º | 0.61% | 0.68% | - |
| HSV(B) | 71.52º | 0.44% | 0.87% | - |
| XYZ | 54.93 | 67.07 | 29.12 | - |
| YUV | 206.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 124 | 0.09 | 0 | 0.44 | 0.13 | 71.52 | 0.61 | 0.68 |
| Hex | CC | DF | 7C | 9 | 0 | 2C | D | 48 | 3D | 44 |
| Octal | 314 | 337 | 174 | 11 | 0 | 54 | 15 | 110 | 75 | 104 |
| Binary | 11001100 | 11011111 | 1111100 | 1001 | 0 | 101100 | 1101 | 1001000 | 111101 | 1000100 |
Color Harmonies of #CCDF7C
Complementary color
Monochromatic Colors of #CCDF7C
Black with #CCDF7C
Text Example
Text Example
White with #CCDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF7C; }
p { color: rgb(204,223,124); }
H1.HeaderClassName
{
color: #CCDF7C;
}
.AnyTagClassName
{
color: #CCDF7C;
}
</style>
background-color css
<style>
a { background-color: #CCDF7C; }
a { background-color: rgb(204,223,124); }
div.DivClassName
{
background-color: #CCDF7C;
}
.BgClassName
{
background-color: #CCDF7C;
}
</style>
border-color css
<style>
span { border-color: #CCDF7C; }
span { border-color: rgb(204,223,124); }
td.TdClassName
{
border-color: #CCDF7C;
}
.TagClassName
{
border-color: #CCDF7C;
}
</style>