Shades of Pear #CFEA41
Tints of Pear #CFEA41
RGB
CMYK
RGB Variations
Color information
#CFEA41 (or 0xCFEA41) is known color: Pear. HEX triplet: CF, EA and 41. RGB value is (207,234,65). Sum of RGB (Red+Green+Blue) = 207+234+65=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA41 is #3015BE. Grayscale: #CFCFCF. Windows color (decimal): -3151295 or 4319951. OLE color: 4319951.
HSL color Cylindrical-coordinate representation of color #CFEA41: hue angle of 69.59º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFEA41 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 65 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.08 |
| HSL | 69.59º | 0.8% | 0.59% | - |
| HSV(B) | 69.59º | 0.72% | 0.92% | - |
| XYZ | 56.11 | 72.49 | 16.04 | - |
| YUV | 206.66 | 48.05 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 65 | 0.12 | 0 | 0.72 | 0.08 | 69.59 | 0.8 | 0.59 |
| Hex | CF | EA | 41 | C | 0 | 48 | 8 | 46 | 50 | 3B |
| Octal | 317 | 352 | 101 | 14 | 0 | 110 | 10 | 106 | 120 | 73 |
| Binary | 11001111 | 11101010 | 1000001 | 1100 | 0 | 1001000 | 1000 | 1000110 | 1010000 | 111011 |
Color Harmonies of #CFEA41
Complementary color
Monochromatic Colors of #CFEA41
Black with #CFEA41
Text Example
Text Example
White with #CFEA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA41; }
p { color: rgb(207,234,65); }
H1.HeaderClassName
{
color: #CFEA41;
}
.AnyTagClassName
{
color: #CFEA41;
}
</style>
background-color css
<style>
a { background-color: #CFEA41; }
a { background-color: rgb(207,234,65); }
div.DivClassName
{
background-color: #CFEA41;
}
.BgClassName
{
background-color: #CFEA41;
}
</style>
border-color css
<style>
span { border-color: #CFEA41; }
span { border-color: rgb(207,234,65); }
td.TdClassName
{
border-color: #CFEA41;
}
.TagClassName
{
border-color: #CFEA41;
}
</style>