Shades of Pear #CFFE3A
Tints of Pear #CFFE3A
RGB
CMYK
RGB Variations
Color information
#CFFE3A (or 0xCFFE3A) is known color: Pear. HEX triplet: CF, FE and 3A. RGB value is (207,254,58). Sum of RGB (Red+Green+Blue) = 207+254+58=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE3A is #3001C5. Grayscale: #DADADA. Windows color (decimal): -3146182 or 3866319. OLE color: 3866319.
HSL color Cylindrical-coordinate representation of color #CFFE3A: hue angle of 74.39º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFFE3A is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 58 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.00 |
| HSL | 74.39º | 0.99% | 0.61% | - |
| HSV(B) | 74.39º | 0.77% | 1% | - |
| XYZ | 61.94 | 84.45 | 17.04 | - |
| YUV | 217.6 | 37.93 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 58 | 0.19 | 0 | 0.77 | 0.00 | 74.39 | 0.99 | 0.61 |
| Hex | CF | FE | 3A | 13 | 0 | 4D | 0 | 4A | 63 | 3D |
| Octal | 317 | 376 | 72 | 23 | 0 | 115 | 0 | 112 | 143 | 75 |
| Binary | 11001111 | 11111110 | 111010 | 10011 | 0 | 1001101 | 0 | 1001010 | 1100011 | 111101 |
Color Harmonies of #CFFE3A
Complementary color
Monochromatic Colors of #CFFE3A
Black with #CFFE3A
Text Example
Text Example
White with #CFFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE3A; }
p { color: rgb(207,254,58); }
H1.HeaderClassName
{
color: #CFFE3A;
}
.AnyTagClassName
{
color: #CFFE3A;
}
</style>
background-color css
<style>
a { background-color: #CFFE3A; }
a { background-color: rgb(207,254,58); }
div.DivClassName
{
background-color: #CFFE3A;
}
.BgClassName
{
background-color: #CFFE3A;
}
</style>
border-color css
<style>
span { border-color: #CFFE3A; }
span { border-color: rgb(207,254,58); }
td.TdClassName
{
border-color: #CFFE3A;
}
.TagClassName
{
border-color: #CFFE3A;
}
</style>