Shades of Sulu #CCFD6C
Tints of Sulu #CCFD6C
RGB
CMYK
RGB Variations
Color information
#CCFD6C (or 0xCCFD6C) is known color: Sulu. HEX triplet: CC, FD and 6C. RGB value is (204,253,108). Sum of RGB (Red+Green+Blue) = 204+253+108=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD6C is #330293. Grayscale: #DEDEDE. Windows color (decimal): -3342996 or 7142860. OLE color: 7142860.
HSL color Cylindrical-coordinate representation of color #CCFD6C: hue angle of 80.28º degrees, saturation: 0.97, 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 #CCFD6C is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 108 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.01 |
| HSL | 80.28º | 0.97% | 0.71% | - |
| HSV(B) | 80.28º | 0.57% | 0.99% | - |
| XYZ | 62.73 | 84.17 | 27.13 | - |
| YUV | 221.82 | 63.77 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 108 | 0.19 | 0 | 0.57 | 0.01 | 80.28 | 0.97 | 0.71 |
| Hex | CC | FD | 6C | 13 | 0 | 39 | 1 | 50 | 61 | 47 |
| Octal | 314 | 375 | 154 | 23 | 0 | 71 | 1 | 120 | 141 | 107 |
| Binary | 11001100 | 11111101 | 1101100 | 10011 | 0 | 111001 | 1 | 1010000 | 1100001 | 1000111 |
Color Harmonies of #CCFD6C
Complementary color
Monochromatic Colors of #CCFD6C
Black with #CCFD6C
Text Example
Text Example
White with #CCFD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD6C; }
p { color: rgb(204,253,108); }
H1.HeaderClassName
{
color: #CCFD6C;
}
.AnyTagClassName
{
color: #CCFD6C;
}
</style>
background-color css
<style>
a { background-color: #CCFD6C; }
a { background-color: rgb(204,253,108); }
div.DivClassName
{
background-color: #CCFD6C;
}
.BgClassName
{
background-color: #CCFD6C;
}
</style>
border-color css
<style>
span { border-color: #CCFD6C; }
span { border-color: rgb(204,253,108); }
td.TdClassName
{
border-color: #CCFD6C;
}
.TagClassName
{
border-color: #CCFD6C;
}
</style>