Shades of Pear #CFF24E
Tints of Pear #CFF24E
RGB
CMYK
RGB Variations
Color information
#CFF24E (or 0xCFF24E) is known color: Pear. HEX triplet: CF, F2 and 4E. RGB value is (207,242,78). Sum of RGB (Red+Green+Blue) = 207+242+78=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF24E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF24E is #300DB1. Grayscale: #D5D5D5. Windows color (decimal): -3149234 or 5173967. OLE color: 5173967.
HSL color Cylindrical-coordinate representation of color #CFF24E: hue angle of 72.8º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFF24E is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 78 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.05 |
| HSL | 72.8º | 0.86% | 0.63% | - |
| HSV(B) | 72.8º | 0.68% | 0.95% | - |
| XYZ | 58.86 | 77.32 | 19.03 | - |
| YUV | 212.84 | 51.9 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 78 | 0.14 | 0 | 0.68 | 0.05 | 72.8 | 0.86 | 0.63 |
| Hex | CF | F2 | 4E | E | 0 | 44 | 5 | 49 | 56 | 3F |
| Octal | 317 | 362 | 116 | 16 | 0 | 104 | 5 | 111 | 126 | 77 |
| Binary | 11001111 | 11110010 | 1001110 | 1110 | 0 | 1000100 | 101 | 1001001 | 1010110 | 111111 |
Color Harmonies of #CFF24E
Complementary color
Monochromatic Colors of #CFF24E
Black with #CFF24E
Text Example
Text Example
White with #CFF24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF24E; }
p { color: rgb(207,242,78); }
H1.HeaderClassName
{
color: #CFF24E;
}
.AnyTagClassName
{
color: #CFF24E;
}
</style>
background-color css
<style>
a { background-color: #CFF24E; }
a { background-color: rgb(207,242,78); }
div.DivClassName
{
background-color: #CFF24E;
}
.BgClassName
{
background-color: #CFF24E;
}
</style>
border-color css
<style>
span { border-color: #CFF24E; }
span { border-color: rgb(207,242,78); }
td.TdClassName
{
border-color: #CFF24E;
}
.TagClassName
{
border-color: #CFF24E;
}
</style>