Shades of Pear #CFE41F
Tints of Pear #CFE41F
RGB
CMYK
RGB Variations
Color information
#CFE41F (or 0xCFE41F) is known color: Pear. HEX triplet: CF, E4 and 1F. RGB value is (207,228,31). Sum of RGB (Red+Green+Blue) = 207+228+31=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE41F is #301BE0. Grayscale: #C8C8C8. Windows color (decimal): -3152865 or 2090191. OLE color: 2090191.
HSL color Cylindrical-coordinate representation of color #CFE41F: hue angle of 66.4º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFE41F is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 31 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.11 |
| HSL | 66.4º | 0.78% | 0.51% | - |
| HSV(B) | 66.4º | 0.86% | 0.89% | - |
| XYZ | 53.72 | 68.85 | 11.75 | - |
| YUV | 199.26 | 33.04 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 31 | 0.09 | 0 | 0.86 | 0.11 | 66.4 | 0.78 | 0.51 |
| Hex | CF | E4 | 1F | 9 | 0 | 56 | B | 42 | 4E | 33 |
| Octal | 317 | 344 | 37 | 11 | 0 | 126 | 13 | 102 | 116 | 63 |
| Binary | 11001111 | 11100100 | 11111 | 1001 | 0 | 1010110 | 1011 | 1000010 | 1001110 | 110011 |
Color Harmonies of #CFE41F
Complementary color
Monochromatic Colors of #CFE41F
Black with #CFE41F
Text Example
Text Example
White with #CFE41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE41F; }
p { color: rgb(207,228,31); }
H1.HeaderClassName
{
color: #CFE41F;
}
.AnyTagClassName
{
color: #CFE41F;
}
</style>
background-color css
<style>
a { background-color: #CFE41F; }
a { background-color: rgb(207,228,31); }
div.DivClassName
{
background-color: #CFE41F;
}
.BgClassName
{
background-color: #CFE41F;
}
</style>
border-color css
<style>
span { border-color: #CFE41F; }
span { border-color: rgb(207,228,31); }
td.TdClassName
{
border-color: #CFE41F;
}
.TagClassName
{
border-color: #CFE41F;
}
</style>