Shades of Sulu #CCFD6D
Tints of Sulu #CCFD6D
RGB
CMYK
RGB Variations
Color information
#CCFD6D (or 0xCCFD6D) is known color: Sulu. HEX triplet: CC, FD and 6D. RGB value is (204,253,109). Sum of RGB (Red+Green+Blue) = 204+253+109=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD6D is #330292. Grayscale: #DEDEDE. Windows color (decimal): -3342995 or 7208396. OLE color: 7208396.
HSL color Cylindrical-coordinate representation of color #CCFD6D: hue angle of 80.42º 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 #CCFD6D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 109 | - |
CMYK | 0.19 | 0 | 0.57 | 0.01 |
HSL | 80.42º | 0.97% | 0.71% | - |
HSV(B) | 80.42º | 0.57% | 0.99% | - |
XYZ | 62.79 | 84.19 | 27.41 | - |
YUV | 221.93 | 64.27 | 115.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 109 | 0.19 | 0 | 0.57 | 0.01 | 80.42 | 0.97 | 0.71 |
Hex | CC | FD | 6D | 13 | 0 | 39 | 1 | 50 | 61 | 47 |
Octal | 314 | 375 | 155 | 23 | 0 | 71 | 1 | 120 | 141 | 107 |
Binary | 11001100 | 11111101 | 1101101 | 10011 | 0 | 111001 | 1 | 1010000 | 1100001 | 1000111 |
Color Harmonies of #CCFD6D
Complementary color
Monochromatic Colors of #CCFD6D
Black with #CCFD6D
Text Example
Text Example
White with #CCFD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD6D; }
p { color: rgb(204,253,109); }
H1.HeaderClassName
{
color: #CCFD6D;
}
.AnyTagClassName
{
color: #CCFD6D;
}
</style>
background-color css
<style>
a { background-color: #CCFD6D; }
a { background-color: rgb(204,253,109); }
div.DivClassName
{
background-color: #CCFD6D;
}
.BgClassName
{
background-color: #CCFD6D;
}
</style>
border-color css
<style>
span { border-color: #CCFD6D; }
span { border-color: rgb(204,253,109); }
td.TdClassName
{
border-color: #CCFD6D;
}
.TagClassName
{
border-color: #CCFD6D;
}
</style>