Shades of Pear #CFF92D
Tints of Pear #CFF92D
RGB
CMYK
RGB Variations
Color information
#CFF92D (or 0xCFF92D) is known color: Pear. HEX triplet: CF, F9 and 2D. RGB value is (207,249,45). Sum of RGB (Red+Green+Blue) = 207+249+45=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF92D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF92D is #3006D2. Grayscale: #D5D5D5. Windows color (decimal): -3147475 or 3013071. OLE color: 3013071.
HSL color Cylindrical-coordinate representation of color #CFF92D: hue angle of 72.35º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFF92D is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 45 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.02 |
| HSL | 72.35º | 0.94% | 0.58% | - |
| HSV(B) | 72.35º | 0.82% | 0.98% | - |
| XYZ | 60.08 | 81.21 | 14.99 | - |
| YUV | 213.19 | 33.09 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 45 | 0.17 | 0 | 0.82 | 0.02 | 72.35 | 0.94 | 0.58 |
| Hex | CF | F9 | 2D | 11 | 0 | 52 | 2 | 48 | 5E | 3A |
| Octal | 317 | 371 | 55 | 21 | 0 | 122 | 2 | 110 | 136 | 72 |
| Binary | 11001111 | 11111001 | 101101 | 10001 | 0 | 1010010 | 10 | 1001000 | 1011110 | 111010 |
Color Harmonies of #CFF92D
Complementary color
Monochromatic Colors of #CFF92D
Black with #CFF92D
Text Example
Text Example
White with #CFF92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF92D; }
p { color: rgb(207,249,45); }
H1.HeaderClassName
{
color: #CFF92D;
}
.AnyTagClassName
{
color: #CFF92D;
}
</style>
background-color css
<style>
a { background-color: #CFF92D; }
a { background-color: rgb(207,249,45); }
div.DivClassName
{
background-color: #CFF92D;
}
.BgClassName
{
background-color: #CFF92D;
}
</style>
border-color css
<style>
span { border-color: #CFF92D; }
span { border-color: rgb(207,249,45); }
td.TdClassName
{
border-color: #CFF92D;
}
.TagClassName
{
border-color: #CFF92D;
}
</style>