Shades of Sulu #CFFF7C
Tints of Sulu #CFFF7C
RGB
CMYK
RGB Variations
Color information
#CFFF7C (or 0xCFFF7C) is known color: Sulu. HEX triplet: CF, FF and 7C. RGB value is (207,255,124). Sum of RGB (Red+Green+Blue) = 207+255+124=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF7C is #300083. Grayscale: #E2E2E2. Windows color (decimal): -3145860 or 8191951. OLE color: 8191951.
HSL color Cylindrical-coordinate representation of color #CFFF7C: hue angle of 81.98º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFFF7C is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 124 | - |
| CMYK | 0.19 | 0 | 0.51 | 0 |
| HSL | 81.98º | 1% | 0.74% | - |
| HSV(B) | 81.98º | 0.51% | 1% | - |
| XYZ | 65.13 | 86.24 | 32.28 | - |
| YUV | 225.71 | 70.6 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 124 | 0.19 | 0 | 0.51 | 0 | 81.98 | 1 | 0.74 |
| Hex | CF | FF | 7C | 13 | 0 | 33 | 0 | 52 | 64 | 4A |
| Octal | 317 | 377 | 174 | 23 | 0 | 63 | 0 | 122 | 144 | 112 |
| Binary | 11001111 | 11111111 | 1111100 | 10011 | 0 | 110011 | 0 | 1010010 | 1100100 | 1001010 |
Color Harmonies of #CFFF7C
Complementary color
Monochromatic Colors of #CFFF7C
Black with #CFFF7C
Text Example
Text Example
White with #CFFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF7C; }
p { color: rgb(207,255,124); }
H1.HeaderClassName
{
color: #CFFF7C;
}
.AnyTagClassName
{
color: #CFFF7C;
}
</style>
background-color css
<style>
a { background-color: #CFFF7C; }
a { background-color: rgb(207,255,124); }
div.DivClassName
{
background-color: #CFFF7C;
}
.BgClassName
{
background-color: #CFFF7C;
}
</style>
border-color css
<style>
span { border-color: #CFFF7C; }
span { border-color: rgb(207,255,124); }
td.TdClassName
{
border-color: #CFFF7C;
}
.TagClassName
{
border-color: #CFFF7C;
}
</style>