Shades of Sulu #CFFC7A
Tints of Sulu #CFFC7A
RGB
CMYK
RGB Variations
Color information
#CFFC7A (or 0xCFFC7A) is known color: Sulu. HEX triplet: CF, FC and 7A. RGB value is (207,252,122). Sum of RGB (Red+Green+Blue) = 207+252+122=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFC7A is #300385. Grayscale: #E0E0E0. Windows color (decimal): -3146630 or 8060111. OLE color: 8060111.
HSL color Cylindrical-coordinate representation of color #CFFC7A: hue angle of 80.77º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFFC7A is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 122 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.01 |
| HSL | 80.77º | 0.96% | 0.73% | - |
| HSV(B) | 80.77º | 0.52% | 0.99% | - |
| XYZ | 64.06 | 84.29 | 31.31 | - |
| YUV | 223.73 | 70.59 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 122 | 0.18 | 0 | 0.52 | 0.01 | 80.77 | 0.96 | 0.73 |
| Hex | CF | FC | 7A | 12 | 0 | 34 | 1 | 51 | 60 | 49 |
| Octal | 317 | 374 | 172 | 22 | 0 | 64 | 1 | 121 | 140 | 111 |
| Binary | 11001111 | 11111100 | 1111010 | 10010 | 0 | 110100 | 1 | 1010001 | 1100000 | 1001001 |
Color Harmonies of #CFFC7A
Complementary color
Monochromatic Colors of #CFFC7A
Black with #CFFC7A
Text Example
Text Example
White with #CFFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC7A; }
p { color: rgb(207,252,122); }
H1.HeaderClassName
{
color: #CFFC7A;
}
.AnyTagClassName
{
color: #CFFC7A;
}
</style>
background-color css
<style>
a { background-color: #CFFC7A; }
a { background-color: rgb(207,252,122); }
div.DivClassName
{
background-color: #CFFC7A;
}
.BgClassName
{
background-color: #CFFC7A;
}
</style>
border-color css
<style>
span { border-color: #CFFC7A; }
span { border-color: rgb(207,252,122); }
td.TdClassName
{
border-color: #CFFC7A;
}
.TagClassName
{
border-color: #CFFC7A;
}
</style>