Shades of Sulu #CCF57A
Tints of Sulu #CCF57A
RGB
CMYK
RGB Variations
Color information
#CCF57A (or 0xCCF57A) is known color: Sulu. HEX triplet: CC, F5 and 7A. RGB value is (204,245,122). Sum of RGB (Red+Green+Blue) = 204+245+122=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF57A is #330A85. Grayscale: #DBDBDB. Windows color (decimal): -3345030 or 8058316. OLE color: 8058316.
HSL color Cylindrical-coordinate representation of color #CCF57A: hue angle of 80º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF57A is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 122 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.04 |
| HSL | 80º | 0.86% | 0.72% | - |
| HSV(B) | 80º | 0.5% | 0.96% | - |
| XYZ | 61.07 | 79.55 | 30.55 | - |
| YUV | 218.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 122 | 0.17 | 0 | 0.50 | 0.04 | 80 | 0.86 | 0.72 |
| Hex | CC | F5 | 7A | 11 | 0 | 32 | 4 | 50 | 56 | 48 |
| Octal | 314 | 365 | 172 | 21 | 0 | 62 | 4 | 120 | 126 | 110 |
| Binary | 11001100 | 11110101 | 1111010 | 10001 | 0 | 110010 | 100 | 1010000 | 1010110 | 1001000 |
Color Harmonies of #CCF57A
Complementary color
Monochromatic Colors of #CCF57A
Black with #CCF57A
Text Example
Text Example
White with #CCF57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF57A; }
p { color: rgb(204,245,122); }
H1.HeaderClassName
{
color: #CCF57A;
}
.AnyTagClassName
{
color: #CCF57A;
}
</style>
background-color css
<style>
a { background-color: #CCF57A; }
a { background-color: rgb(204,245,122); }
div.DivClassName
{
background-color: #CCF57A;
}
.BgClassName
{
background-color: #CCF57A;
}
</style>
border-color css
<style>
span { border-color: #CCF57A; }
span { border-color: rgb(204,245,122); }
td.TdClassName
{
border-color: #CCF57A;
}
.TagClassName
{
border-color: #CCF57A;
}
</style>