Shades of Pear #CFF829
Tints of Pear #CFF829
RGB
CMYK
RGB Variations
Color information
#CFF829 (or 0xCFF829) is known color: Pear. HEX triplet: CF, F8 and 29. RGB value is (207,248,41). Sum of RGB (Red+Green+Blue) = 207+248+41=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF829 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF829 is #3007D6. Grayscale: #D4D4D4. Windows color (decimal): -3147735 or 2750671. OLE color: 2750671.
HSL color Cylindrical-coordinate representation of color #CFF829: hue angle of 71.88º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFF829 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 41 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.03 |
| HSL | 71.88º | 0.94% | 0.57% | - |
| HSV(B) | 71.88º | 0.83% | 0.97% | - |
| XYZ | 59.7 | 80.56 | 14.5 | - |
| YUV | 212.14 | 31.42 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 41 | 0.17 | 0 | 0.83 | 0.03 | 71.88 | 0.94 | 0.57 |
| Hex | CF | F8 | 29 | 11 | 0 | 53 | 3 | 48 | 5E | 39 |
| Octal | 317 | 370 | 51 | 21 | 0 | 123 | 3 | 110 | 136 | 71 |
| Binary | 11001111 | 11111000 | 101001 | 10001 | 0 | 1010011 | 11 | 1001000 | 1011110 | 111001 |
Color Harmonies of #CFF829
Complementary color
Monochromatic Colors of #CFF829
Black with #CFF829
Text Example
Text Example
White with #CFF829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF829; }
p { color: rgb(207,248,41); }
H1.HeaderClassName
{
color: #CFF829;
}
.AnyTagClassName
{
color: #CFF829;
}
</style>
background-color css
<style>
a { background-color: #CFF829; }
a { background-color: rgb(207,248,41); }
div.DivClassName
{
background-color: #CFF829;
}
.BgClassName
{
background-color: #CFF829;
}
</style>
border-color css
<style>
span { border-color: #CFF829; }
span { border-color: rgb(207,248,41); }
td.TdClassName
{
border-color: #CFF829;
}
.TagClassName
{
border-color: #CFF829;
}
</style>