Shades of Pear #CFF024
Tints of Pear #CFF024
RGB
CMYK
RGB Variations
Color information
#CFF024 (or 0xCFF024) is known color: Pear. HEX triplet: CF, F0 and 24. RGB value is (207,240,36). Sum of RGB (Red+Green+Blue) = 207+240+36=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF024 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF024 is #300FDB. Grayscale: #CFCFCF. Windows color (decimal): -3149788 or 2420943. OLE color: 2420943.
HSL color Cylindrical-coordinate representation of color #CFF024: hue angle of 69.71º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFF024 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 36 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.06 |
| HSL | 69.71º | 0.87% | 0.54% | - |
| HSV(B) | 69.71º | 0.85% | 0.94% | - |
| XYZ | 57.21 | 75.71 | 13.27 | - |
| YUV | 206.88 | 31.57 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 36 | 0.14 | 0 | 0.85 | 0.06 | 69.71 | 0.87 | 0.54 |
| Hex | CF | F0 | 24 | E | 0 | 55 | 6 | 46 | 57 | 36 |
| Octal | 317 | 360 | 44 | 16 | 0 | 125 | 6 | 106 | 127 | 66 |
| Binary | 11001111 | 11110000 | 100100 | 1110 | 0 | 1010101 | 110 | 1000110 | 1010111 | 110110 |
Color Harmonies of #CFF024
Complementary color
Monochromatic Colors of #CFF024
Black with #CFF024
Text Example
Text Example
White with #CFF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF024; }
p { color: rgb(207,240,36); }
H1.HeaderClassName
{
color: #CFF024;
}
.AnyTagClassName
{
color: #CFF024;
}
</style>
background-color css
<style>
a { background-color: #CFF024; }
a { background-color: rgb(207,240,36); }
div.DivClassName
{
background-color: #CFF024;
}
.BgClassName
{
background-color: #CFF024;
}
</style>
border-color css
<style>
span { border-color: #CFF024; }
span { border-color: rgb(207,240,36); }
td.TdClassName
{
border-color: #CFF024;
}
.TagClassName
{
border-color: #CFF024;
}
</style>