Shades of Pear #CFF244
Tints of Pear #CFF244
RGB
CMYK
RGB Variations
Color information
#CFF244 (or 0xCFF244) is known color: Pear. HEX triplet: CF, F2 and 44. RGB value is (207,242,68). Sum of RGB (Red+Green+Blue) = 207+242+68=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF244 is #300DBB. Grayscale: #D4D4D4. Windows color (decimal): -3149244 or 4518607. OLE color: 4518607.
HSL color Cylindrical-coordinate representation of color #CFF244: hue angle of 72.07º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFF244 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 68 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.05 |
| HSL | 72.07º | 0.87% | 0.61% | - |
| HSV(B) | 72.07º | 0.72% | 0.95% | - |
| XYZ | 58.53 | 77.19 | 17.28 | - |
| YUV | 211.7 | 46.9 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 68 | 0.14 | 0 | 0.72 | 0.05 | 72.07 | 0.87 | 0.61 |
| Hex | CF | F2 | 44 | E | 0 | 48 | 5 | 48 | 57 | 3D |
| Octal | 317 | 362 | 104 | 16 | 0 | 110 | 5 | 110 | 127 | 75 |
| Binary | 11001111 | 11110010 | 1000100 | 1110 | 0 | 1001000 | 101 | 1001000 | 1010111 | 111101 |
Color Harmonies of #CFF244
Complementary color
Monochromatic Colors of #CFF244
Black with #CFF244
Text Example
Text Example
White with #CFF244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF244; }
p { color: rgb(207,242,68); }
H1.HeaderClassName
{
color: #CFF244;
}
.AnyTagClassName
{
color: #CFF244;
}
</style>
background-color css
<style>
a { background-color: #CFF244; }
a { background-color: rgb(207,242,68); }
div.DivClassName
{
background-color: #CFF244;
}
.BgClassName
{
background-color: #CFF244;
}
</style>
border-color css
<style>
span { border-color: #CFF244; }
span { border-color: rgb(207,242,68); }
td.TdClassName
{
border-color: #CFF244;
}
.TagClassName
{
border-color: #CFF244;
}
</style>