Shades of Pear #CFF62F
Tints of Pear #CFF62F
RGB
CMYK
RGB Variations
Color information
#CFF62F (or 0xCFF62F) is known color: Pear. HEX triplet: CF, F6 and 2F. RGB value is (207,246,47). Sum of RGB (Red+Green+Blue) = 207+246+47=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF62F is #3009D0. Grayscale: #D4D4D4. Windows color (decimal): -3148241 or 3143375. OLE color: 3143375.
HSL color Cylindrical-coordinate representation of color #CFF62F: hue angle of 71.76º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFF62F is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 47 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.04 |
| HSL | 71.76º | 0.92% | 0.57% | - |
| HSV(B) | 71.76º | 0.81% | 0.96% | - |
| XYZ | 59.2 | 79.38 | 14.89 | - |
| YUV | 211.65 | 35.08 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 47 | 0.16 | 0 | 0.81 | 0.04 | 71.76 | 0.92 | 0.57 |
| Hex | CF | F6 | 2F | 10 | 0 | 51 | 4 | 48 | 5C | 39 |
| Octal | 317 | 366 | 57 | 20 | 0 | 121 | 4 | 110 | 134 | 71 |
| Binary | 11001111 | 11110110 | 101111 | 10000 | 0 | 1010001 | 100 | 1001000 | 1011100 | 111001 |
Color Harmonies of #CFF62F
Complementary color
Monochromatic Colors of #CFF62F
Black with #CFF62F
Text Example
Text Example
White with #CFF62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF62F; }
p { color: rgb(207,246,47); }
H1.HeaderClassName
{
color: #CFF62F;
}
.AnyTagClassName
{
color: #CFF62F;
}
</style>
background-color css
<style>
a { background-color: #CFF62F; }
a { background-color: rgb(207,246,47); }
div.DivClassName
{
background-color: #CFF62F;
}
.BgClassName
{
background-color: #CFF62F;
}
</style>
border-color css
<style>
span { border-color: #CFF62F; }
span { border-color: rgb(207,246,47); }
td.TdClassName
{
border-color: #CFF62F;
}
.TagClassName
{
border-color: #CFF62F;
}
</style>