Shades of Sulu #CCFC6D
Tints of Sulu #CCFC6D
RGB
CMYK
RGB Variations
Color information
#CCFC6D (or 0xCCFC6D) is known color: Sulu. HEX triplet: CC, FC and 6D. RGB value is (204,252,109). Sum of RGB (Red+Green+Blue) = 204+252+109=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC6D is #330392. Grayscale: #DDDDDD. Windows color (decimal): -3343251 or 7208140. OLE color: 7208140.
HSL color Cylindrical-coordinate representation of color #CCFC6D: hue angle of 80.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCFC6D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 109 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.01 |
| HSL | 80.14º | 0.96% | 0.71% | - |
| HSV(B) | 80.14º | 0.57% | 0.99% | - |
| XYZ | 62.47 | 83.56 | 27.3 | - |
| YUV | 221.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 109 | 0.19 | 0 | 0.57 | 0.01 | 80.14 | 0.96 | 0.71 |
| Hex | CC | FC | 6D | 13 | 0 | 39 | 1 | 50 | 60 | 47 |
| Octal | 314 | 374 | 155 | 23 | 0 | 71 | 1 | 120 | 140 | 107 |
| Binary | 11001100 | 11111100 | 1101101 | 10011 | 0 | 111001 | 1 | 1010000 | 1100000 | 1000111 |
Color Harmonies of #CCFC6D
Complementary color
Monochromatic Colors of #CCFC6D
Black with #CCFC6D
Text Example
Text Example
White with #CCFC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC6D; }
p { color: rgb(204,252,109); }
H1.HeaderClassName
{
color: #CCFC6D;
}
.AnyTagClassName
{
color: #CCFC6D;
}
</style>
background-color css
<style>
a { background-color: #CCFC6D; }
a { background-color: rgb(204,252,109); }
div.DivClassName
{
background-color: #CCFC6D;
}
.BgClassName
{
background-color: #CCFC6D;
}
</style>
border-color css
<style>
span { border-color: #CCFC6D; }
span { border-color: rgb(204,252,109); }
td.TdClassName
{
border-color: #CCFC6D;
}
.TagClassName
{
border-color: #CCFC6D;
}
</style>