Shades of Pear #CFF121
Tints of Pear #CFF121
RGB
CMYK
RGB Variations
Color information
#CFF121 (or 0xCFF121) is known color: Pear. HEX triplet: CF, F1 and 21. RGB value is (207,241,33). Sum of RGB (Red+Green+Blue) = 207+241+33=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF121 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF121 is #300EDE. Grayscale: #CFCFCF. Windows color (decimal): -3149535 or 2224591. OLE color: 2224591.
HSL color Cylindrical-coordinate representation of color #CFF121: hue angle of 69.81º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFF121 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 33 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.05 |
| HSL | 69.81º | 0.88% | 0.54% | - |
| HSV(B) | 69.81º | 0.86% | 0.95% | - |
| XYZ | 57.46 | 76.29 | 13.13 | - |
| YUV | 207.12 | 29.74 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 33 | 0.14 | 0 | 0.86 | 0.05 | 69.81 | 0.88 | 0.54 |
| Hex | CF | F1 | 21 | E | 0 | 56 | 5 | 46 | 58 | 36 |
| Octal | 317 | 361 | 41 | 16 | 0 | 126 | 5 | 106 | 130 | 66 |
| Binary | 11001111 | 11110001 | 100001 | 1110 | 0 | 1010110 | 101 | 1000110 | 1011000 | 110110 |
Color Harmonies of #CFF121
Complementary color
Monochromatic Colors of #CFF121
Black with #CFF121
Text Example
Text Example
White with #CFF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF121; }
p { color: rgb(207,241,33); }
H1.HeaderClassName
{
color: #CFF121;
}
.AnyTagClassName
{
color: #CFF121;
}
</style>
background-color css
<style>
a { background-color: #CFF121; }
a { background-color: rgb(207,241,33); }
div.DivClassName
{
background-color: #CFF121;
}
.BgClassName
{
background-color: #CFF121;
}
</style>
border-color css
<style>
span { border-color: #CFF121; }
span { border-color: rgb(207,241,33); }
td.TdClassName
{
border-color: #CFF121;
}
.TagClassName
{
border-color: #CFF121;
}
</style>