Shades of Pear #CFF242
Tints of Pear #CFF242
RGB
CMYK
RGB Variations
Color information
#CFF242 (or 0xCFF242) is known color: Pear. HEX triplet: CF, F2 and 42. RGB value is (207,242,66). Sum of RGB (Red+Green+Blue) = 207+242+66=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF242 is #300DBD. Grayscale: #D4D4D4. Windows color (decimal): -3149246 or 4387535. OLE color: 4387535.
HSL color Cylindrical-coordinate representation of color #CFF242: hue angle of 71.93º degrees, saturation: 0.87, 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 #CFF242 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 66 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.05 |
| HSL | 71.93º | 0.87% | 0.6% | - |
| HSV(B) | 71.93º | 0.73% | 0.95% | - |
| XYZ | 58.47 | 77.16 | 16.97 | - |
| YUV | 211.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 66 | 0.14 | 0 | 0.73 | 0.05 | 71.93 | 0.87 | 0.6 |
| Hex | CF | F2 | 42 | E | 0 | 49 | 5 | 48 | 57 | 3C |
| Octal | 317 | 362 | 102 | 16 | 0 | 111 | 5 | 110 | 127 | 74 |
| Binary | 11001111 | 11110010 | 1000010 | 1110 | 0 | 1001001 | 101 | 1001000 | 1010111 | 111100 |
Color Harmonies of #CFF242
Complementary color
Monochromatic Colors of #CFF242
Black with #CFF242
Text Example
Text Example
White with #CFF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF242; }
p { color: rgb(207,242,66); }
H1.HeaderClassName
{
color: #CFF242;
}
.AnyTagClassName
{
color: #CFF242;
}
</style>
background-color css
<style>
a { background-color: #CFF242; }
a { background-color: rgb(207,242,66); }
div.DivClassName
{
background-color: #CFF242;
}
.BgClassName
{
background-color: #CFF242;
}
</style>
border-color css
<style>
span { border-color: #CFF242; }
span { border-color: rgb(207,242,66); }
td.TdClassName
{
border-color: #CFF242;
}
.TagClassName
{
border-color: #CFF242;
}
</style>