Shades of Sulu #CCFD80
Tints of Sulu #CCFD80
RGB
CMYK
RGB Variations
Color information
#CCFD80 (or 0xCCFD80) is known color: Sulu. HEX triplet: CC, FD and 80. RGB value is (204,253,128). Sum of RGB (Red+Green+Blue) = 204+253+128=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFD80 is #33027F. Grayscale: #E0E0E0. Windows color (decimal): -3342976 or 8453580. OLE color: 8453580.
HSL color Cylindrical-coordinate representation of color #CCFD80: hue angle of 83.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCFD80 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 128 | - |
CMYK | 0.19 | 0 | 0.49 | 0.01 |
HSL | 83.52º | 0.97% | 0.75% | - |
HSV(B) | 83.52º | 0.49% | 0.99% | - |
XYZ | 63.92 | 84.65 | 33.39 | - |
YUV | 224.1 | 73.77 | 113.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 128 | 0.19 | 0 | 0.49 | 0.01 | 83.52 | 0.97 | 0.75 |
Hex | CC | FD | 80 | 13 | 0 | 31 | 1 | 54 | 61 | 4B |
Octal | 314 | 375 | 200 | 23 | 0 | 61 | 1 | 124 | 141 | 113 |
Binary | 11001100 | 11111101 | 10000000 | 10011 | 0 | 110001 | 1 | 1010100 | 1100001 | 1001011 |
Color Harmonies of #CCFD80
Complementary color
Monochromatic Colors of #CCFD80
Black with #CCFD80
Text Example
Text Example
White with #CCFD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD80; }
p { color: rgb(204,253,128); }
H1.HeaderClassName
{
color: #CCFD80;
}
.AnyTagClassName
{
color: #CCFD80;
}
</style>
background-color css
<style>
a { background-color: #CCFD80; }
a { background-color: rgb(204,253,128); }
div.DivClassName
{
background-color: #CCFD80;
}
.BgClassName
{
background-color: #CCFD80;
}
</style>
border-color css
<style>
span { border-color: #CCFD80; }
span { border-color: rgb(204,253,128); }
td.TdClassName
{
border-color: #CCFD80;
}
.TagClassName
{
border-color: #CCFD80;
}
</style>