Shades of Pear #CFF41D
Tints of Pear #CFF41D
RGB
CMYK
RGB Variations
Color information
#CFF41D (or 0xCFF41D) is known color: Pear. HEX triplet: CF, F4 and 1D. RGB value is (207,244,29). Sum of RGB (Red+Green+Blue) = 207+244+29=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF41D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF41D is #300BE2. Grayscale: #D1D1D1. Windows color (decimal): -3148771 or 1963215. OLE color: 1963215.
HSL color Cylindrical-coordinate representation of color #CFF41D: hue angle of 70.33º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFF41D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.04 |
| HSL | 70.33º | 0.91% | 0.54% | - |
| HSV(B) | 70.33º | 0.88% | 0.96% | - |
| XYZ | 58.3 | 78.06 | 13.16 | - |
| YUV | 208.43 | 26.74 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 29 | 0.15 | 0 | 0.88 | 0.04 | 70.33 | 0.91 | 0.54 |
| Hex | CF | F4 | 1D | F | 0 | 58 | 4 | 46 | 5B | 36 |
| Octal | 317 | 364 | 35 | 17 | 0 | 130 | 4 | 106 | 133 | 66 |
| Binary | 11001111 | 11110100 | 11101 | 1111 | 0 | 1011000 | 100 | 1000110 | 1011011 | 110110 |
Color Harmonies of #CFF41D
Complementary color
Monochromatic Colors of #CFF41D
Black with #CFF41D
Text Example
Text Example
White with #CFF41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF41D; }
p { color: rgb(207,244,29); }
H1.HeaderClassName
{
color: #CFF41D;
}
.AnyTagClassName
{
color: #CFF41D;
}
</style>
background-color css
<style>
a { background-color: #CFF41D; }
a { background-color: rgb(207,244,29); }
div.DivClassName
{
background-color: #CFF41D;
}
.BgClassName
{
background-color: #CFF41D;
}
</style>
border-color css
<style>
span { border-color: #CFF41D; }
span { border-color: rgb(207,244,29); }
td.TdClassName
{
border-color: #CFF41D;
}
.TagClassName
{
border-color: #CFF41D;
}
</style>