Shades of Sulu #CCF27F
Tints of Sulu #CCF27F
RGB
CMYK
RGB Variations
Color information
#CCF27F (or 0xCCF27F) is known color: Sulu. HEX triplet: CC, F2 and 7F. RGB value is (204,242,127). Sum of RGB (Red+Green+Blue) = 204+242+127=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF27F is #330D80. Grayscale: #D9D9D9. Windows color (decimal): -3345793 or 8385228. OLE color: 8385228.
HSL color Cylindrical-coordinate representation of color #CCF27F: hue angle of 79.83º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF27F is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 127 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.05 |
| HSL | 79.83º | 0.82% | 0.72% | - |
| HSV(B) | 79.83º | 0.48% | 0.95% | - |
| XYZ | 60.48 | 77.87 | 31.92 | - |
| YUV | 217.53 | 76.91 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 127 | 0.16 | 0 | 0.48 | 0.05 | 79.83 | 0.82 | 0.72 |
| Hex | CC | F2 | 7F | 10 | 0 | 30 | 5 | 50 | 52 | 48 |
| Octal | 314 | 362 | 177 | 20 | 0 | 60 | 5 | 120 | 122 | 110 |
| Binary | 11001100 | 11110010 | 1111111 | 10000 | 0 | 110000 | 101 | 1010000 | 1010010 | 1001000 |
Color Harmonies of #CCF27F
Complementary color
Monochromatic Colors of #CCF27F
Black with #CCF27F
Text Example
Text Example
White with #CCF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF27F; }
p { color: rgb(204,242,127); }
H1.HeaderClassName
{
color: #CCF27F;
}
.AnyTagClassName
{
color: #CCF27F;
}
</style>
background-color css
<style>
a { background-color: #CCF27F; }
a { background-color: rgb(204,242,127); }
div.DivClassName
{
background-color: #CCF27F;
}
.BgClassName
{
background-color: #CCF27F;
}
</style>
border-color css
<style>
span { border-color: #CCF27F; }
span { border-color: rgb(204,242,127); }
td.TdClassName
{
border-color: #CCF27F;
}
.TagClassName
{
border-color: #CCF27F;
}
</style>