Shades of Pear #CFF446
Tints of Pear #CFF446
RGB
CMYK
RGB Variations
Color information
#CFF446 (or 0xCFF446) is known color: Pear. HEX triplet: CF, F4 and 46. RGB value is (207,244,70). Sum of RGB (Red+Green+Blue) = 207+244+70=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF446 is #300BB9. Grayscale: #D5D5D5. Windows color (decimal): -3148730 or 4650191. OLE color: 4650191.
HSL color Cylindrical-coordinate representation of color #CFF446: hue angle of 72.76º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFF446 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 70 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.04 |
| HSL | 72.76º | 0.89% | 0.62% | - |
| HSV(B) | 72.76º | 0.71% | 0.96% | - |
| XYZ | 59.19 | 78.41 | 17.81 | - |
| YUV | 213.1 | 47.24 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 70 | 0.15 | 0 | 0.71 | 0.04 | 72.76 | 0.89 | 0.62 |
| Hex | CF | F4 | 46 | F | 0 | 47 | 4 | 49 | 59 | 3E |
| Octal | 317 | 364 | 106 | 17 | 0 | 107 | 4 | 111 | 131 | 76 |
| Binary | 11001111 | 11110100 | 1000110 | 1111 | 0 | 1000111 | 100 | 1001001 | 1011001 | 111110 |
Color Harmonies of #CFF446
Complementary color
Monochromatic Colors of #CFF446
Black with #CFF446
Text Example
Text Example
White with #CFF446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF446; }
p { color: rgb(207,244,70); }
H1.HeaderClassName
{
color: #CFF446;
}
.AnyTagClassName
{
color: #CFF446;
}
</style>
background-color css
<style>
a { background-color: #CFF446; }
a { background-color: rgb(207,244,70); }
div.DivClassName
{
background-color: #CFF446;
}
.BgClassName
{
background-color: #CFF446;
}
</style>
border-color css
<style>
span { border-color: #CFF446; }
span { border-color: rgb(207,244,70); }
td.TdClassName
{
border-color: #CFF446;
}
.TagClassName
{
border-color: #CFF446;
}
</style>