Shades of Pear #CFF248
Tints of Pear #CFF248
RGB
CMYK
RGB Variations
Color information
#CFF248 (or 0xCFF248) is known color: Pear. HEX triplet: CF, F2 and 48. RGB value is (207,242,72). Sum of RGB (Red+Green+Blue) = 207+242+72=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF248 is #300DB7. Grayscale: #D4D4D4. Windows color (decimal): -3149240 or 4780751. OLE color: 4780751.
HSL color Cylindrical-coordinate representation of color #CFF248: hue angle of 72.35º degrees, saturation: 0.87, 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 #CFF248 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 72 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.05 |
| HSL | 72.35º | 0.87% | 0.62% | - |
| HSV(B) | 72.35º | 0.7% | 0.95% | - |
| XYZ | 58.65 | 77.24 | 17.95 | - |
| YUV | 212.16 | 48.9 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 72 | 0.14 | 0 | 0.70 | 0.05 | 72.35 | 0.87 | 0.62 |
| Hex | CF | F2 | 48 | E | 0 | 46 | 5 | 48 | 57 | 3E |
| Octal | 317 | 362 | 110 | 16 | 0 | 106 | 5 | 110 | 127 | 76 |
| Binary | 11001111 | 11110010 | 1001000 | 1110 | 0 | 1000110 | 101 | 1001000 | 1010111 | 111110 |
Color Harmonies of #CFF248
Complementary color
Monochromatic Colors of #CFF248
Black with #CFF248
Text Example
Text Example
White with #CFF248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF248; }
p { color: rgb(207,242,72); }
H1.HeaderClassName
{
color: #CFF248;
}
.AnyTagClassName
{
color: #CFF248;
}
</style>
background-color css
<style>
a { background-color: #CFF248; }
a { background-color: rgb(207,242,72); }
div.DivClassName
{
background-color: #CFF248;
}
.BgClassName
{
background-color: #CFF248;
}
</style>
border-color css
<style>
span { border-color: #CFF248; }
span { border-color: rgb(207,242,72); }
td.TdClassName
{
border-color: #CFF248;
}
.TagClassName
{
border-color: #CFF248;
}
</style>