Shades of Sulu #CCF277
Tints of Sulu #CCF277
RGB
CMYK
RGB Variations
Color information
#CCF277 (or 0xCCF277) is known color: Sulu. HEX triplet: CC, F2 and 77. RGB value is (204,242,119). Sum of RGB (Red+Green+Blue) = 204+242+119=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF277 is #330D88. Grayscale: #D9D9D9. Windows color (decimal): -3345801 or 7860940. OLE color: 7860940.
HSL color Cylindrical-coordinate representation of color #CCF277: hue angle of 78.54º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCF277 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 119 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.05 |
| HSL | 78.54º | 0.83% | 0.71% | - |
| HSV(B) | 78.54º | 0.51% | 0.95% | - |
| XYZ | 59.98 | 77.67 | 29.28 | - |
| YUV | 216.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 119 | 0.16 | 0 | 0.51 | 0.05 | 78.54 | 0.83 | 0.71 |
| Hex | CC | F2 | 77 | 10 | 0 | 33 | 5 | 4F | 53 | 47 |
| Octal | 314 | 362 | 167 | 20 | 0 | 63 | 5 | 117 | 123 | 107 |
| Binary | 11001100 | 11110010 | 1110111 | 10000 | 0 | 110011 | 101 | 1001111 | 1010011 | 1000111 |
Color Harmonies of #CCF277
Complementary color
Monochromatic Colors of #CCF277
Black with #CCF277
Text Example
Text Example
White with #CCF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF277; }
p { color: rgb(204,242,119); }
H1.HeaderClassName
{
color: #CCF277;
}
.AnyTagClassName
{
color: #CCF277;
}
</style>
background-color css
<style>
a { background-color: #CCF277; }
a { background-color: rgb(204,242,119); }
div.DivClassName
{
background-color: #CCF277;
}
.BgClassName
{
background-color: #CCF277;
}
</style>
border-color css
<style>
span { border-color: #CCF277; }
span { border-color: rgb(204,242,119); }
td.TdClassName
{
border-color: #CCF277;
}
.TagClassName
{
border-color: #CCF277;
}
</style>