Shades of Pear #CFF149
Tints of Pear #CFF149
RGB
CMYK
RGB Variations
Color information
#CFF149 (or 0xCFF149) is known color: Pear. HEX triplet: CF, F1 and 49. RGB value is (207,241,73). Sum of RGB (Red+Green+Blue) = 207+241+73=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF149 is #300EB6. Grayscale: #D4D4D4. Windows color (decimal): -3149495 or 4846031. OLE color: 4846031.
HSL color Cylindrical-coordinate representation of color #CFF149: hue angle of 72.14º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFF149 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 73 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.05 |
| HSL | 72.14º | 0.86% | 0.62% | - |
| HSV(B) | 72.14º | 0.7% | 0.95% | - |
| XYZ | 58.39 | 76.66 | 18.02 | - |
| YUV | 211.68 | 49.74 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 73 | 0.14 | 0 | 0.70 | 0.05 | 72.14 | 0.86 | 0.62 |
| Hex | CF | F1 | 49 | E | 0 | 46 | 5 | 48 | 56 | 3E |
| Octal | 317 | 361 | 111 | 16 | 0 | 106 | 5 | 110 | 126 | 76 |
| Binary | 11001111 | 11110001 | 1001001 | 1110 | 0 | 1000110 | 101 | 1001000 | 1010110 | 111110 |
Color Harmonies of #CFF149
Complementary color
Monochromatic Colors of #CFF149
Black with #CFF149
Text Example
Text Example
White with #CFF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF149; }
p { color: rgb(207,241,73); }
H1.HeaderClassName
{
color: #CFF149;
}
.AnyTagClassName
{
color: #CFF149;
}
</style>
background-color css
<style>
a { background-color: #CFF149; }
a { background-color: rgb(207,241,73); }
div.DivClassName
{
background-color: #CFF149;
}
.BgClassName
{
background-color: #CFF149;
}
</style>
border-color css
<style>
span { border-color: #CFF149; }
span { border-color: rgb(207,241,73); }
td.TdClassName
{
border-color: #CFF149;
}
.TagClassName
{
border-color: #CFF149;
}
</style>