Shades of Sulu #CCFD74
Tints of Sulu #CCFD74
RGB
CMYK
RGB Variations
Color information
#CCFD74 (or 0xCCFD74) is known color: Sulu. HEX triplet: CC, FD and 74. RGB value is (204,253,116). Sum of RGB (Red+Green+Blue) = 204+253+116=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD74 is #33028B. Grayscale: #DFDFDF. Windows color (decimal): -3342988 or 7667148. OLE color: 7667148.
HSL color Cylindrical-coordinate representation of color #CCFD74: hue angle of 81.46º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCFD74 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 116 | - |
CMYK | 0.19 | 0 | 0.54 | 0.01 |
HSL | 81.46º | 0.97% | 0.72% | - |
HSV(B) | 81.46º | 0.54% | 0.99% | - |
XYZ | 63.18 | 84.35 | 29.47 | - |
YUV | 222.73 | 67.77 | 114.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 116 | 0.19 | 0 | 0.54 | 0.01 | 81.46 | 0.97 | 0.72 |
Hex | CC | FD | 74 | 13 | 0 | 36 | 1 | 51 | 61 | 48 |
Octal | 314 | 375 | 164 | 23 | 0 | 66 | 1 | 121 | 141 | 110 |
Binary | 11001100 | 11111101 | 1110100 | 10011 | 0 | 110110 | 1 | 1010001 | 1100001 | 1001000 |
Color Harmonies of #CCFD74
Complementary color
Monochromatic Colors of #CCFD74
Black with #CCFD74
Text Example
Text Example
White with #CCFD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD74; }
p { color: rgb(204,253,116); }
H1.HeaderClassName
{
color: #CCFD74;
}
.AnyTagClassName
{
color: #CCFD74;
}
</style>
background-color css
<style>
a { background-color: #CCFD74; }
a { background-color: rgb(204,253,116); }
div.DivClassName
{
background-color: #CCFD74;
}
.BgClassName
{
background-color: #CCFD74;
}
</style>
border-color css
<style>
span { border-color: #CCFD74; }
span { border-color: rgb(204,253,116); }
td.TdClassName
{
border-color: #CCFD74;
}
.TagClassName
{
border-color: #CCFD74;
}
</style>