Shades of Sulu #CCF274
Tints of Sulu #CCF274
RGB
CMYK
RGB Variations
Color information
#CCF274 (or 0xCCF274) is known color: Sulu. HEX triplet: CC, F2 and 74. RGB value is (204,242,116). Sum of RGB (Red+Green+Blue) = 204+242+116=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF274 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF274 is #330D8B. Grayscale: #D8D8D8. Windows color (decimal): -3345804 or 7664332. OLE color: 7664332.
HSL color Cylindrical-coordinate representation of color #CCF274: hue angle of 78.1º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCF274 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 116 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.05 |
| HSL | 78.1º | 0.83% | 0.7% | - |
| HSV(B) | 78.1º | 0.52% | 0.95% | - |
| XYZ | 59.81 | 77.6 | 28.35 | - |
| YUV | 216.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 116 | 0.16 | 0 | 0.52 | 0.05 | 78.1 | 0.83 | 0.7 |
| Hex | CC | F2 | 74 | 10 | 0 | 34 | 5 | 4E | 53 | 46 |
| Octal | 314 | 362 | 164 | 20 | 0 | 64 | 5 | 116 | 123 | 106 |
| Binary | 11001100 | 11110010 | 1110100 | 10000 | 0 | 110100 | 101 | 1001110 | 1010011 | 1000110 |
Color Harmonies of #CCF274
Complementary color
Monochromatic Colors of #CCF274
Black with #CCF274
Text Example
Text Example
White with #CCF274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF274; }
p { color: rgb(204,242,116); }
H1.HeaderClassName
{
color: #CCF274;
}
.AnyTagClassName
{
color: #CCF274;
}
</style>
background-color css
<style>
a { background-color: #CCF274; }
a { background-color: rgb(204,242,116); }
div.DivClassName
{
background-color: #CCF274;
}
.BgClassName
{
background-color: #CCF274;
}
</style>
border-color css
<style>
span { border-color: #CCF274; }
span { border-color: rgb(204,242,116); }
td.TdClassName
{
border-color: #CCF274;
}
.TagClassName
{
border-color: #CCF274;
}
</style>