Shades of Pear #CFF122
Tints of Pear #CFF122
RGB
CMYK
RGB Variations
Color information
#CFF122 (or 0xCFF122) is known color: Pear. HEX triplet: CF, F1 and 22. RGB value is (207,241,34). Sum of RGB (Red+Green+Blue) = 207+241+34=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF122 is #300EDD. Grayscale: #D0D0D0. Windows color (decimal): -3149534 or 2290127. OLE color: 2290127.
HSL color Cylindrical-coordinate representation of color #CFF122: hue angle of 69.86º 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 #CFF122 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 34 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.05 |
| HSL | 69.86º | 0.88% | 0.54% | - |
| HSV(B) | 69.86º | 0.86% | 0.95% | - |
| XYZ | 57.48 | 76.29 | 13.21 | - |
| YUV | 207.24 | 30.24 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 34 | 0.14 | 0 | 0.86 | 0.05 | 69.86 | 0.88 | 0.54 |
| Hex | CF | F1 | 22 | E | 0 | 56 | 5 | 46 | 58 | 36 |
| Octal | 317 | 361 | 42 | 16 | 0 | 126 | 5 | 106 | 130 | 66 |
| Binary | 11001111 | 11110001 | 100010 | 1110 | 0 | 1010110 | 101 | 1000110 | 1011000 | 110110 |
Color Harmonies of #CFF122
Complementary color
Monochromatic Colors of #CFF122
Black with #CFF122
Text Example
Text Example
White with #CFF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF122; }
p { color: rgb(207,241,34); }
H1.HeaderClassName
{
color: #CFF122;
}
.AnyTagClassName
{
color: #CFF122;
}
</style>
background-color css
<style>
a { background-color: #CFF122; }
a { background-color: rgb(207,241,34); }
div.DivClassName
{
background-color: #CFF122;
}
.BgClassName
{
background-color: #CFF122;
}
</style>
border-color css
<style>
span { border-color: #CFF122; }
span { border-color: rgb(207,241,34); }
td.TdClassName
{
border-color: #CFF122;
}
.TagClassName
{
border-color: #CFF122;
}
</style>