Shades of Pear #CFF14D
Tints of Pear #CFF14D
RGB
CMYK
RGB Variations
Color information
#CFF14D (or 0xCFF14D) is known color: Pear. HEX triplet: CF, F1 and 4D. RGB value is (207,241,77). Sum of RGB (Red+Green+Blue) = 207+241+77=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF14D is #300EB2. Grayscale: #D4D4D4. Windows color (decimal): -3149491 or 5108175. OLE color: 5108175.
HSL color Cylindrical-coordinate representation of color #CFF14D: hue angle of 72.44º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFF14D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 77 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.05 |
| HSL | 72.44º | 0.85% | 0.62% | - |
| HSV(B) | 72.44º | 0.68% | 0.95% | - |
| XYZ | 58.53 | 76.71 | 18.74 | - |
| YUV | 212.14 | 51.74 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 77 | 0.14 | 0 | 0.68 | 0.05 | 72.44 | 0.85 | 0.62 |
| Hex | CF | F1 | 4D | E | 0 | 44 | 5 | 48 | 55 | 3E |
| Octal | 317 | 361 | 115 | 16 | 0 | 104 | 5 | 110 | 125 | 76 |
| Binary | 11001111 | 11110001 | 1001101 | 1110 | 0 | 1000100 | 101 | 1001000 | 1010101 | 111110 |
Color Harmonies of #CFF14D
Complementary color
Monochromatic Colors of #CFF14D
Black with #CFF14D
Text Example
Text Example
White with #CFF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF14D; }
p { color: rgb(207,241,77); }
H1.HeaderClassName
{
color: #CFF14D;
}
.AnyTagClassName
{
color: #CFF14D;
}
</style>
background-color css
<style>
a { background-color: #CFF14D; }
a { background-color: rgb(207,241,77); }
div.DivClassName
{
background-color: #CFF14D;
}
.BgClassName
{
background-color: #CFF14D;
}
</style>
border-color css
<style>
span { border-color: #CFF14D; }
span { border-color: rgb(207,241,77); }
td.TdClassName
{
border-color: #CFF14D;
}
.TagClassName
{
border-color: #CFF14D;
}
</style>