Shades of Sulu #CFFC6F
Tints of Sulu #CFFC6F
RGB
CMYK
RGB Variations
Color information
#CFFC6F (or 0xCFFC6F) is known color: Sulu. HEX triplet: CF, FC and 6F. RGB value is (207,252,111). Sum of RGB (Red+Green+Blue) = 207+252+111=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC6F is #300390. Grayscale: #DEDEDE. Windows color (decimal): -3146641 or 7339215. OLE color: 7339215.
HSL color Cylindrical-coordinate representation of color #CFFC6F: hue angle of 79.15º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFFC6F is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 111 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.01 |
| HSL | 79.15º | 0.96% | 0.71% | - |
| HSV(B) | 79.15º | 0.56% | 0.99% | - |
| XYZ | 63.41 | 84.03 | 27.92 | - |
| YUV | 222.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 111 | 0.18 | 0 | 0.56 | 0.01 | 79.15 | 0.96 | 0.71 |
| Hex | CF | FC | 6F | 12 | 0 | 38 | 1 | 4F | 60 | 47 |
| Octal | 317 | 374 | 157 | 22 | 0 | 70 | 1 | 117 | 140 | 107 |
| Binary | 11001111 | 11111100 | 1101111 | 10010 | 0 | 111000 | 1 | 1001111 | 1100000 | 1000111 |
Color Harmonies of #CFFC6F
Complementary color
Monochromatic Colors of #CFFC6F
Black with #CFFC6F
Text Example
Text Example
White with #CFFC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC6F; }
p { color: rgb(207,252,111); }
H1.HeaderClassName
{
color: #CFFC6F;
}
.AnyTagClassName
{
color: #CFFC6F;
}
</style>
background-color css
<style>
a { background-color: #CFFC6F; }
a { background-color: rgb(207,252,111); }
div.DivClassName
{
background-color: #CFFC6F;
}
.BgClassName
{
background-color: #CFFC6F;
}
</style>
border-color css
<style>
span { border-color: #CFFC6F; }
span { border-color: rgb(207,252,111); }
td.TdClassName
{
border-color: #CFFC6F;
}
.TagClassName
{
border-color: #CFFC6F;
}
</style>