Shades of Sulu #CCDF7A
Tints of Sulu #CCDF7A
RGB
CMYK
RGB Variations
Color information
#CCDF7A (or 0xCCDF7A) is known color: Sulu. HEX triplet: CC, DF and 7A. RGB value is (204,223,122). Sum of RGB (Red+Green+Blue) = 204+223+122=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF7A is #332085. Grayscale: #CECECE. Windows color (decimal): -3350662 or 8052684. OLE color: 8052684.
HSL color Cylindrical-coordinate representation of color #CCDF7A: hue angle of 71.29º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCDF7A is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 122 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.13 |
| HSL | 71.29º | 0.61% | 0.68% | - |
| HSV(B) | 71.29º | 0.45% | 0.87% | - |
| XYZ | 54.8 | 67.02 | 28.46 | - |
| YUV | 205.81 | 80.71 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 122 | 0.09 | 0 | 0.45 | 0.13 | 71.29 | 0.61 | 0.68 |
| Hex | CC | DF | 7A | 9 | 0 | 2D | D | 47 | 3D | 44 |
| Octal | 314 | 337 | 172 | 11 | 0 | 55 | 15 | 107 | 75 | 104 |
| Binary | 11001100 | 11011111 | 1111010 | 1001 | 0 | 101101 | 1101 | 1000111 | 111101 | 1000100 |
Color Harmonies of #CCDF7A
Complementary color
Monochromatic Colors of #CCDF7A
Black with #CCDF7A
Text Example
Text Example
White with #CCDF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF7A; }
p { color: rgb(204,223,122); }
H1.HeaderClassName
{
color: #CCDF7A;
}
.AnyTagClassName
{
color: #CCDF7A;
}
</style>
background-color css
<style>
a { background-color: #CCDF7A; }
a { background-color: rgb(204,223,122); }
div.DivClassName
{
background-color: #CCDF7A;
}
.BgClassName
{
background-color: #CCDF7A;
}
</style>
border-color css
<style>
span { border-color: #CCDF7A; }
span { border-color: rgb(204,223,122); }
td.TdClassName
{
border-color: #CCDF7A;
}
.TagClassName
{
border-color: #CCDF7A;
}
</style>