Shades of Pear #CFF04A
Tints of Pear #CFF04A
RGB
CMYK
RGB Variations
Color information
#CFF04A (or 0xCFF04A) is known color: Pear. HEX triplet: CF, F0 and 4A. RGB value is (207,240,74). Sum of RGB (Red+Green+Blue) = 207+240+74=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF04A is #300FB5. Grayscale: #D3D3D3. Windows color (decimal): -3149750 or 4911311. OLE color: 4911311.
HSL color Cylindrical-coordinate representation of color #CFF04A: hue angle of 71.93º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFF04A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 74 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.06 |
| HSL | 71.93º | 0.85% | 0.62% | - |
| HSV(B) | 71.93º | 0.69% | 0.94% | - |
| XYZ | 58.13 | 76.08 | 18.1 | - |
| YUV | 211.21 | 50.57 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 74 | 0.14 | 0 | 0.69 | 0.06 | 71.93 | 0.85 | 0.62 |
| Hex | CF | F0 | 4A | E | 0 | 45 | 6 | 48 | 55 | 3E |
| Octal | 317 | 360 | 112 | 16 | 0 | 105 | 6 | 110 | 125 | 76 |
| Binary | 11001111 | 11110000 | 1001010 | 1110 | 0 | 1000101 | 110 | 1001000 | 1010101 | 111110 |
Color Harmonies of #CFF04A
Complementary color
Monochromatic Colors of #CFF04A
Black with #CFF04A
Text Example
Text Example
White with #CFF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF04A; }
p { color: rgb(207,240,74); }
H1.HeaderClassName
{
color: #CFF04A;
}
.AnyTagClassName
{
color: #CFF04A;
}
</style>
background-color css
<style>
a { background-color: #CFF04A; }
a { background-color: rgb(207,240,74); }
div.DivClassName
{
background-color: #CFF04A;
}
.BgClassName
{
background-color: #CFF04A;
}
</style>
border-color css
<style>
span { border-color: #CFF04A; }
span { border-color: rgb(207,240,74); }
td.TdClassName
{
border-color: #CFF04A;
}
.TagClassName
{
border-color: #CFF04A;
}
</style>