Shades of Pear #CFEA1F
Tints of Pear #CFEA1F
RGB
CMYK
RGB Variations
Color information
#CFEA1F (or 0xCFEA1F) is known color: Pear. HEX triplet: CF, EA and 1F. RGB value is (207,234,31). Sum of RGB (Red+Green+Blue) = 207+234+31=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA1F is #3015E0. Grayscale: #CBCBCB. Windows color (decimal): -3151329 or 2091727. OLE color: 2091727.
HSL color Cylindrical-coordinate representation of color #CFEA1F: hue angle of 67.98º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFEA1F is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 31 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.08 |
| HSL | 67.98º | 0.83% | 0.52% | - |
| HSV(B) | 67.98º | 0.87% | 0.92% | - |
| XYZ | 55.4 | 72.21 | 12.31 | - |
| YUV | 202.79 | 31.05 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 31 | 0.12 | 0 | 0.87 | 0.08 | 67.98 | 0.83 | 0.52 |
| Hex | CF | EA | 1F | C | 0 | 57 | 8 | 44 | 53 | 34 |
| Octal | 317 | 352 | 37 | 14 | 0 | 127 | 10 | 104 | 123 | 64 |
| Binary | 11001111 | 11101010 | 11111 | 1100 | 0 | 1010111 | 1000 | 1000100 | 1010011 | 110100 |
Color Harmonies of #CFEA1F
Complementary color
Monochromatic Colors of #CFEA1F
Black with #CFEA1F
Text Example
Text Example
White with #CFEA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA1F; }
p { color: rgb(207,234,31); }
H1.HeaderClassName
{
color: #CFEA1F;
}
.AnyTagClassName
{
color: #CFEA1F;
}
</style>
background-color css
<style>
a { background-color: #CFEA1F; }
a { background-color: rgb(207,234,31); }
div.DivClassName
{
background-color: #CFEA1F;
}
.BgClassName
{
background-color: #CFEA1F;
}
</style>
border-color css
<style>
span { border-color: #CFEA1F; }
span { border-color: rgb(207,234,31); }
td.TdClassName
{
border-color: #CFEA1F;
}
.TagClassName
{
border-color: #CFEA1F;
}
</style>