Shades of Sulu #CFFC7C
Tints of Sulu #CFFC7C
RGB
CMYK
RGB Variations
Color information
#CFFC7C (or 0xCFFC7C) is known color: Sulu. HEX triplet: CF, FC and 7C. RGB value is (207,252,124). Sum of RGB (Red+Green+Blue) = 207+252+124=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC7C is #300383. Grayscale: #E0E0E0. Windows color (decimal): -3146628 or 8191183. OLE color: 8191183.
HSL color Cylindrical-coordinate representation of color #CFFC7C: hue angle of 81.09º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFFC7C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 124 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.01 |
| HSL | 81.09º | 0.96% | 0.74% | - |
| HSV(B) | 81.09º | 0.51% | 0.99% | - |
| XYZ | 64.18 | 84.34 | 31.97 | - |
| YUV | 223.95 | 71.59 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 124 | 0.18 | 0 | 0.51 | 0.01 | 81.09 | 0.96 | 0.74 |
| Hex | CF | FC | 7C | 12 | 0 | 33 | 1 | 51 | 60 | 4A |
| Octal | 317 | 374 | 174 | 22 | 0 | 63 | 1 | 121 | 140 | 112 |
| Binary | 11001111 | 11111100 | 1111100 | 10010 | 0 | 110011 | 1 | 1010001 | 1100000 | 1001010 |
Color Harmonies of #CFFC7C
Complementary color
Monochromatic Colors of #CFFC7C
Black with #CFFC7C
Text Example
Text Example
White with #CFFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC7C; }
p { color: rgb(207,252,124); }
H1.HeaderClassName
{
color: #CFFC7C;
}
.AnyTagClassName
{
color: #CFFC7C;
}
</style>
background-color css
<style>
a { background-color: #CFFC7C; }
a { background-color: rgb(207,252,124); }
div.DivClassName
{
background-color: #CFFC7C;
}
.BgClassName
{
background-color: #CFFC7C;
}
</style>
border-color css
<style>
span { border-color: #CFFC7C; }
span { border-color: rgb(207,252,124); }
td.TdClassName
{
border-color: #CFFC7C;
}
.TagClassName
{
border-color: #CFFC7C;
}
</style>