Shades of Pear #CFF942
Tints of Pear #CFF942
RGB
CMYK
RGB Variations
Color information
#CFF942 (or 0xCFF942) is known color: Pear. HEX triplet: CF, F9 and 42. RGB value is (207,249,66). Sum of RGB (Red+Green+Blue) = 207+249+66=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF942 is #3006BD. Grayscale: #D8D8D8. Windows color (decimal): -3147454 or 4389327. OLE color: 4389327.
HSL color Cylindrical-coordinate representation of color #CFF942: hue angle of 73.77º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFF942 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 66 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.02 |
| HSL | 73.77º | 0.94% | 0.62% | - |
| HSV(B) | 73.77º | 0.73% | 0.98% | - |
| XYZ | 60.59 | 81.41 | 17.67 | - |
| YUV | 215.58 | 43.59 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 66 | 0.17 | 0 | 0.73 | 0.02 | 73.77 | 0.94 | 0.62 |
| Hex | CF | F9 | 42 | 11 | 0 | 49 | 2 | 4A | 5E | 3E |
| Octal | 317 | 371 | 102 | 21 | 0 | 111 | 2 | 112 | 136 | 76 |
| Binary | 11001111 | 11111001 | 1000010 | 10001 | 0 | 1001001 | 10 | 1001010 | 1011110 | 111110 |
Color Harmonies of #CFF942
Complementary color
Monochromatic Colors of #CFF942
Black with #CFF942
Text Example
Text Example
White with #CFF942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF942; }
p { color: rgb(207,249,66); }
H1.HeaderClassName
{
color: #CFF942;
}
.AnyTagClassName
{
color: #CFF942;
}
</style>
background-color css
<style>
a { background-color: #CFF942; }
a { background-color: rgb(207,249,66); }
div.DivClassName
{
background-color: #CFF942;
}
.BgClassName
{
background-color: #CFF942;
}
</style>
border-color css
<style>
span { border-color: #CFF942; }
span { border-color: rgb(207,249,66); }
td.TdClassName
{
border-color: #CFF942;
}
.TagClassName
{
border-color: #CFF942;
}
</style>