Shades of Sulu #CCF58A
Tints of Sulu #CCF58A
RGB
CMYK
RGB Variations
Color information
#CCF58A (or 0xCCF58A) is known color: Sulu. HEX triplet: CC, F5 and 8A. RGB value is (204,245,138). Sum of RGB (Red+Green+Blue) = 204+245+138=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF58A is #330A75. Grayscale: #DCDCDC. Windows color (decimal): -3345014 or 9106892. OLE color: 9106892.
HSL color Cylindrical-coordinate representation of color #CCF58A: hue angle of 82.99º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCF58A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 138 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.04 |
| HSL | 82.99º | 0.84% | 0.75% | - |
| HSV(B) | 82.99º | 0.44% | 0.96% | - |
| XYZ | 62.14 | 79.98 | 36.21 | - |
| YUV | 220.54 | 81.42 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 138 | 0.17 | 0 | 0.44 | 0.04 | 82.99 | 0.84 | 0.75 |
| Hex | CC | F5 | 8A | 11 | 0 | 2C | 4 | 53 | 54 | 4B |
| Octal | 314 | 365 | 212 | 21 | 0 | 54 | 4 | 123 | 124 | 113 |
| Binary | 11001100 | 11110101 | 10001010 | 10001 | 0 | 101100 | 100 | 1010011 | 1010100 | 1001011 |
Color Harmonies of #CCF58A
Complementary color
Monochromatic Colors of #CCF58A
Black with #CCF58A
Text Example
Text Example
White with #CCF58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF58A; }
p { color: rgb(204,245,138); }
H1.HeaderClassName
{
color: #CCF58A;
}
.AnyTagClassName
{
color: #CCF58A;
}
</style>
background-color css
<style>
a { background-color: #CCF58A; }
a { background-color: rgb(204,245,138); }
div.DivClassName
{
background-color: #CCF58A;
}
.BgClassName
{
background-color: #CCF58A;
}
</style>
border-color css
<style>
span { border-color: #CCF58A; }
span { border-color: rgb(204,245,138); }
td.TdClassName
{
border-color: #CCF58A;
}
.TagClassName
{
border-color: #CCF58A;
}
</style>