Shades of Sulu #CCF273
Tints of Sulu #CCF273
RGB
CMYK
RGB Variations
Color information
#CCF273 (or 0xCCF273) is known color: Sulu. HEX triplet: CC, F2 and 73. RGB value is (204,242,115). Sum of RGB (Red+Green+Blue) = 204+242+115=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF273 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF273 is #330D8C. Grayscale: #D8D8D8. Windows color (decimal): -3345805 or 7598796. OLE color: 7598796.
HSL color Cylindrical-coordinate representation of color #CCF273: hue angle of 77.95º 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 #CCF273 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 115 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.05 |
| HSL | 77.95º | 0.83% | 0.7% | - |
| HSV(B) | 77.95º | 0.52% | 0.95% | - |
| XYZ | 59.75 | 77.58 | 28.04 | - |
| YUV | 216.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 115 | 0.16 | 0 | 0.52 | 0.05 | 77.95 | 0.83 | 0.7 |
| Hex | CC | F2 | 73 | 10 | 0 | 34 | 5 | 4E | 53 | 46 |
| Octal | 314 | 362 | 163 | 20 | 0 | 64 | 5 | 116 | 123 | 106 |
| Binary | 11001100 | 11110010 | 1110011 | 10000 | 0 | 110100 | 101 | 1001110 | 1010011 | 1000110 |
Color Harmonies of #CCF273
Complementary color
Monochromatic Colors of #CCF273
Black with #CCF273
Text Example
Text Example
White with #CCF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF273; }
p { color: rgb(204,242,115); }
H1.HeaderClassName
{
color: #CCF273;
}
.AnyTagClassName
{
color: #CCF273;
}
</style>
background-color css
<style>
a { background-color: #CCF273; }
a { background-color: rgb(204,242,115); }
div.DivClassName
{
background-color: #CCF273;
}
.BgClassName
{
background-color: #CCF273;
}
</style>
border-color css
<style>
span { border-color: #CCF273; }
span { border-color: rgb(204,242,115); }
td.TdClassName
{
border-color: #CCF273;
}
.TagClassName
{
border-color: #CCF273;
}
</style>