Shades of Pear #CFF442
Tints of Pear #CFF442
RGB
CMYK
RGB Variations
Color information
#CFF442 (or 0xCFF442) is known color: Pear. HEX triplet: CF, F4 and 42. RGB value is (207,244,66). Sum of RGB (Red+Green+Blue) = 207+244+66=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF442 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF442 is #300BBD. Grayscale: #D5D5D5. Windows color (decimal): -3148734 or 4388047. OLE color: 4388047.
HSL color Cylindrical-coordinate representation of color #CFF442: hue angle of 72.47º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFF442 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 66 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.04 |
| HSL | 72.47º | 0.89% | 0.61% | - |
| HSV(B) | 72.47º | 0.73% | 0.96% | - |
| XYZ | 59.07 | 78.36 | 17.17 | - |
| YUV | 212.65 | 45.24 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 66 | 0.15 | 0 | 0.73 | 0.04 | 72.47 | 0.89 | 0.61 |
| Hex | CF | F4 | 42 | F | 0 | 49 | 4 | 48 | 59 | 3D |
| Octal | 317 | 364 | 102 | 17 | 0 | 111 | 4 | 110 | 131 | 75 |
| Binary | 11001111 | 11110100 | 1000010 | 1111 | 0 | 1001001 | 100 | 1001000 | 1011001 | 111101 |
Color Harmonies of #CFF442
Complementary color
Monochromatic Colors of #CFF442
Black with #CFF442
Text Example
Text Example
White with #CFF442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF442; }
p { color: rgb(207,244,66); }
H1.HeaderClassName
{
color: #CFF442;
}
.AnyTagClassName
{
color: #CFF442;
}
</style>
background-color css
<style>
a { background-color: #CFF442; }
a { background-color: rgb(207,244,66); }
div.DivClassName
{
background-color: #CFF442;
}
.BgClassName
{
background-color: #CFF442;
}
</style>
border-color css
<style>
span { border-color: #CFF442; }
span { border-color: rgb(207,244,66); }
td.TdClassName
{
border-color: #CFF442;
}
.TagClassName
{
border-color: #CFF442;
}
</style>