Shades of Pear #CFF21F
Tints of Pear #CFF21F
RGB
CMYK
RGB Variations
Color information
#CFF21F (or 0xCFF21F) is known color: Pear. HEX triplet: CF, F2 and 1F. RGB value is (207,242,31). Sum of RGB (Red+Green+Blue) = 207+242+31=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 31 (12.5% from 255 or 6.46% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF21F is #300DE0. Grayscale: #D0D0D0. Windows color (decimal): -3149281 or 2093775. OLE color: 2093775.
HSL color Cylindrical-coordinate representation of color #CFF21F: hue angle of 69.95º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFF21F is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 31 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.05 |
| HSL | 69.95º | 0.89% | 0.54% | - |
| HSV(B) | 69.95º | 0.87% | 0.95% | - |
| XYZ | 57.73 | 76.87 | 13.09 | - |
| YUV | 207.48 | 28.4 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 31 | 0.14 | 0 | 0.87 | 0.05 | 69.95 | 0.89 | 0.54 |
| Hex | CF | F2 | 1F | E | 0 | 57 | 5 | 46 | 59 | 36 |
| Octal | 317 | 362 | 37 | 16 | 0 | 127 | 5 | 106 | 131 | 66 |
| Binary | 11001111 | 11110010 | 11111 | 1110 | 0 | 1010111 | 101 | 1000110 | 1011001 | 110110 |
Color Harmonies of #CFF21F
Complementary color
Monochromatic Colors of #CFF21F
Black with #CFF21F
Text Example
Text Example
White with #CFF21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF21F; }
p { color: rgb(207,242,31); }
H1.HeaderClassName
{
color: #CFF21F;
}
.AnyTagClassName
{
color: #CFF21F;
}
</style>
background-color css
<style>
a { background-color: #CFF21F; }
a { background-color: rgb(207,242,31); }
div.DivClassName
{
background-color: #CFF21F;
}
.BgClassName
{
background-color: #CFF21F;
}
</style>
border-color css
<style>
span { border-color: #CFF21F; }
span { border-color: rgb(207,242,31); }
td.TdClassName
{
border-color: #CFF21F;
}
.TagClassName
{
border-color: #CFF21F;
}
</style>