Shades of Pear #CFF44A
Tints of Pear #CFF44A
RGB
CMYK
RGB Variations
Color information
#CFF44A (or 0xCFF44A) is known color: Pear. HEX triplet: CF, F4 and 4A. RGB value is (207,244,74). Sum of RGB (Red+Green+Blue) = 207+244+74=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF44A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF44A is #300BB5. Grayscale: #D6D6D6. Windows color (decimal): -3148726 or 4912335. OLE color: 4912335.
HSL color Cylindrical-coordinate representation of color #CFF44A: hue angle of 73.06º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFF44A is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 74 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.04 |
| HSL | 73.06º | 0.89% | 0.62% | - |
| HSV(B) | 73.06º | 0.7% | 0.96% | - |
| XYZ | 59.32 | 78.46 | 18.5 | - |
| YUV | 213.56 | 49.24 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 74 | 0.15 | 0 | 0.70 | 0.04 | 73.06 | 0.89 | 0.62 |
| Hex | CF | F4 | 4A | F | 0 | 46 | 4 | 49 | 59 | 3E |
| Octal | 317 | 364 | 112 | 17 | 0 | 106 | 4 | 111 | 131 | 76 |
| Binary | 11001111 | 11110100 | 1001010 | 1111 | 0 | 1000110 | 100 | 1001001 | 1011001 | 111110 |
Color Harmonies of #CFF44A
Complementary color
Monochromatic Colors of #CFF44A
Black with #CFF44A
Text Example
Text Example
White with #CFF44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF44A; }
p { color: rgb(207,244,74); }
H1.HeaderClassName
{
color: #CFF44A;
}
.AnyTagClassName
{
color: #CFF44A;
}
</style>
background-color css
<style>
a { background-color: #CFF44A; }
a { background-color: rgb(207,244,74); }
div.DivClassName
{
background-color: #CFF44A;
}
.BgClassName
{
background-color: #CFF44A;
}
</style>
border-color css
<style>
span { border-color: #CFF44A; }
span { border-color: rgb(207,244,74); }
td.TdClassName
{
border-color: #CFF44A;
}
.TagClassName
{
border-color: #CFF44A;
}
</style>