Shades of Pear #CFF142
Tints of Pear #CFF142
RGB
CMYK
RGB Variations
Color information
#CFF142 (or 0xCFF142) is known color: Pear. HEX triplet: CF, F1 and 42. RGB value is (207,241,66). Sum of RGB (Red+Green+Blue) = 207+241+66=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF142 is #300EBD. Grayscale: #D3D3D3. Windows color (decimal): -3149502 or 4387279. OLE color: 4387279.
HSL color Cylindrical-coordinate representation of color #CFF142: hue angle of 71.66º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFF142 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 66 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.05 |
| HSL | 71.66º | 0.86% | 0.6% | - |
| HSV(B) | 71.66º | 0.73% | 0.95% | - |
| XYZ | 58.17 | 76.57 | 16.87 | - |
| YUV | 210.88 | 46.24 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 66 | 0.14 | 0 | 0.73 | 0.05 | 71.66 | 0.86 | 0.6 |
| Hex | CF | F1 | 42 | E | 0 | 49 | 5 | 48 | 56 | 3C |
| Octal | 317 | 361 | 102 | 16 | 0 | 111 | 5 | 110 | 126 | 74 |
| Binary | 11001111 | 11110001 | 1000010 | 1110 | 0 | 1001001 | 101 | 1001000 | 1010110 | 111100 |
Color Harmonies of #CFF142
Complementary color
Monochromatic Colors of #CFF142
Black with #CFF142
Text Example
Text Example
White with #CFF142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF142; }
p { color: rgb(207,241,66); }
H1.HeaderClassName
{
color: #CFF142;
}
.AnyTagClassName
{
color: #CFF142;
}
</style>
background-color css
<style>
a { background-color: #CFF142; }
a { background-color: rgb(207,241,66); }
div.DivClassName
{
background-color: #CFF142;
}
.BgClassName
{
background-color: #CFF142;
}
</style>
border-color css
<style>
span { border-color: #CFF142; }
span { border-color: rgb(207,241,66); }
td.TdClassName
{
border-color: #CFF142;
}
.TagClassName
{
border-color: #CFF142;
}
</style>