Shades of Pear #CFEA19
Tints of Pear #CFEA19
RGB
CMYK
RGB Variations
Color information
#CFEA19 (or 0xCFEA19) is known color: Pear. HEX triplet: CF, EA and 19. RGB value is (207,234,25). Sum of RGB (Red+Green+Blue) = 207+234+25=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEA19 is #3015E6. Grayscale: #CACACA. Windows color (decimal): -3151335 or 1698511. OLE color: 1698511.
HSL color Cylindrical-coordinate representation of color #CFEA19: hue angle of 67.75º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFEA19 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 25 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.08 |
| HSL | 67.75º | 0.83% | 0.51% | - |
| HSV(B) | 67.75º | 0.89% | 0.92% | - |
| XYZ | 55.33 | 72.18 | 11.94 | - |
| YUV | 202.1 | 28.05 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 25 | 0.12 | 0 | 0.89 | 0.08 | 67.75 | 0.83 | 0.51 |
| Hex | CF | EA | 19 | C | 0 | 59 | 8 | 44 | 53 | 33 |
| Octal | 317 | 352 | 31 | 14 | 0 | 131 | 10 | 104 | 123 | 63 |
| Binary | 11001111 | 11101010 | 11001 | 1100 | 0 | 1011001 | 1000 | 1000100 | 1010011 | 110011 |
Color Harmonies of #CFEA19
Complementary color
Monochromatic Colors of #CFEA19
Black with #CFEA19
Text Example
Text Example
White with #CFEA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA19; }
p { color: rgb(207,234,25); }
H1.HeaderClassName
{
color: #CFEA19;
}
.AnyTagClassName
{
color: #CFEA19;
}
</style>
background-color css
<style>
a { background-color: #CFEA19; }
a { background-color: rgb(207,234,25); }
div.DivClassName
{
background-color: #CFEA19;
}
.BgClassName
{
background-color: #CFEA19;
}
</style>
border-color css
<style>
span { border-color: #CFEA19; }
span { border-color: rgb(207,234,25); }
td.TdClassName
{
border-color: #CFEA19;
}
.TagClassName
{
border-color: #CFEA19;
}
</style>