Shades of Pear #CFF148
Tints of Pear #CFF148
RGB
CMYK
RGB Variations
Color information
#CFF148 (or 0xCFF148) is known color: Pear. HEX triplet: CF, F1 and 48. RGB value is (207,241,72). Sum of RGB (Red+Green+Blue) = 207+241+72=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF148 is #300EB7. Grayscale: #D4D4D4. Windows color (decimal): -3149496 or 4780495. OLE color: 4780495.
HSL color Cylindrical-coordinate representation of color #CFF148: hue angle of 72.07º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFF148 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 72 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.05 |
| HSL | 72.07º | 0.86% | 0.61% | - |
| HSV(B) | 72.07º | 0.7% | 0.95% | - |
| XYZ | 58.36 | 76.64 | 17.85 | - |
| YUV | 211.57 | 49.24 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 72 | 0.14 | 0 | 0.70 | 0.05 | 72.07 | 0.86 | 0.61 |
| Hex | CF | F1 | 48 | E | 0 | 46 | 5 | 48 | 56 | 3D |
| Octal | 317 | 361 | 110 | 16 | 0 | 106 | 5 | 110 | 126 | 75 |
| Binary | 11001111 | 11110001 | 1001000 | 1110 | 0 | 1000110 | 101 | 1001000 | 1010110 | 111101 |
Color Harmonies of #CFF148
Complementary color
Monochromatic Colors of #CFF148
Black with #CFF148
Text Example
Text Example
White with #CFF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF148; }
p { color: rgb(207,241,72); }
H1.HeaderClassName
{
color: #CFF148;
}
.AnyTagClassName
{
color: #CFF148;
}
</style>
background-color css
<style>
a { background-color: #CFF148; }
a { background-color: rgb(207,241,72); }
div.DivClassName
{
background-color: #CFF148;
}
.BgClassName
{
background-color: #CFF148;
}
</style>
border-color css
<style>
span { border-color: #CFF148; }
span { border-color: rgb(207,241,72); }
td.TdClassName
{
border-color: #CFF148;
}
.TagClassName
{
border-color: #CFF148;
}
</style>