Shades of Pear #CFF14A
Tints of Pear #CFF14A
RGB
CMYK
RGB Variations
Color information
#CFF14A (or 0xCFF14A) is known color: Pear. HEX triplet: CF, F1 and 4A. RGB value is (207,241,74). Sum of RGB (Red+Green+Blue) = 207+241+74=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF14A is #300EB5. Grayscale: #D4D4D4. Windows color (decimal): -3149494 or 4911567. OLE color: 4911567.
HSL color Cylindrical-coordinate representation of color #CFF14A: hue angle of 72.22º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFF14A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 74 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.05 |
| HSL | 72.22º | 0.86% | 0.62% | - |
| HSV(B) | 72.22º | 0.69% | 0.95% | - |
| XYZ | 58.42 | 76.67 | 18.2 | - |
| YUV | 211.8 | 50.24 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 74 | 0.14 | 0 | 0.69 | 0.05 | 72.22 | 0.86 | 0.62 |
| Hex | CF | F1 | 4A | E | 0 | 45 | 5 | 48 | 56 | 3E |
| Octal | 317 | 361 | 112 | 16 | 0 | 105 | 5 | 110 | 126 | 76 |
| Binary | 11001111 | 11110001 | 1001010 | 1110 | 0 | 1000101 | 101 | 1001000 | 1010110 | 111110 |
Color Harmonies of #CFF14A
Complementary color
Monochromatic Colors of #CFF14A
Black with #CFF14A
Text Example
Text Example
White with #CFF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF14A; }
p { color: rgb(207,241,74); }
H1.HeaderClassName
{
color: #CFF14A;
}
.AnyTagClassName
{
color: #CFF14A;
}
</style>
background-color css
<style>
a { background-color: #CFF14A; }
a { background-color: rgb(207,241,74); }
div.DivClassName
{
background-color: #CFF14A;
}
.BgClassName
{
background-color: #CFF14A;
}
</style>
border-color css
<style>
span { border-color: #CFF14A; }
span { border-color: rgb(207,241,74); }
td.TdClassName
{
border-color: #CFF14A;
}
.TagClassName
{
border-color: #CFF14A;
}
</style>