Shades of Pear #CFF822
Tints of Pear #CFF822
RGB
CMYK
RGB Variations
Color information
#CFF822 (or 0xCFF822) is known color: Pear. HEX triplet: CF, F8 and 22. RGB value is (207,248,34). Sum of RGB (Red+Green+Blue) = 207+248+34=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 34 (13.67% from 255 or 6.95% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF822 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF822 is #3007DD. Grayscale: #D4D4D4. Windows color (decimal): -3147742 or 2291919. OLE color: 2291919.
HSL color Cylindrical-coordinate representation of color #CFF822: hue angle of 71.5º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFF822 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 34 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.03 |
| HSL | 71.5º | 0.94% | 0.55% | - |
| HSV(B) | 71.5º | 0.86% | 0.97% | - |
| XYZ | 59.59 | 80.52 | 13.91 | - |
| YUV | 211.35 | 27.92 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 34 | 0.17 | 0 | 0.86 | 0.03 | 71.5 | 0.94 | 0.55 |
| Hex | CF | F8 | 22 | 11 | 0 | 56 | 3 | 47 | 5E | 37 |
| Octal | 317 | 370 | 42 | 21 | 0 | 126 | 3 | 107 | 136 | 67 |
| Binary | 11001111 | 11111000 | 100010 | 10001 | 0 | 1010110 | 11 | 1000111 | 1011110 | 110111 |
Color Harmonies of #CFF822
Complementary color
Monochromatic Colors of #CFF822
Black with #CFF822
Text Example
Text Example
White with #CFF822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF822; }
p { color: rgb(207,248,34); }
H1.HeaderClassName
{
color: #CFF822;
}
.AnyTagClassName
{
color: #CFF822;
}
</style>
background-color css
<style>
a { background-color: #CFF822; }
a { background-color: rgb(207,248,34); }
div.DivClassName
{
background-color: #CFF822;
}
.BgClassName
{
background-color: #CFF822;
}
</style>
border-color css
<style>
span { border-color: #CFF822; }
span { border-color: rgb(207,248,34); }
td.TdClassName
{
border-color: #CFF822;
}
.TagClassName
{
border-color: #CFF822;
}
</style>