Shades of Pear #CFF835
Tints of Pear #CFF835
RGB
CMYK
RGB Variations
Color information
#CFF835 (or 0xCFF835) is known color: Pear. HEX triplet: CF, F8 and 35. RGB value is (207,248,53). Sum of RGB (Red+Green+Blue) = 207+248+53=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 53 (21.09% from 255 or 10.43% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF835 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF835 is #3007CA. Grayscale: #D6D6D6. Windows color (decimal): -3147723 or 3537103. OLE color: 3537103.
HSL color Cylindrical-coordinate representation of color #CFF835: hue angle of 72.62º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFF835 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 53 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.03 |
| HSL | 72.62º | 0.93% | 0.59% | - |
| HSV(B) | 72.62º | 0.79% | 0.97% | - |
| XYZ | 59.94 | 80.66 | 15.78 | - |
| YUV | 213.51 | 37.42 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 53 | 0.17 | 0 | 0.79 | 0.03 | 72.62 | 0.93 | 0.59 |
| Hex | CF | F8 | 35 | 11 | 0 | 4F | 3 | 49 | 5D | 3B |
| Octal | 317 | 370 | 65 | 21 | 0 | 117 | 3 | 111 | 135 | 73 |
| Binary | 11001111 | 11111000 | 110101 | 10001 | 0 | 1001111 | 11 | 1001001 | 1011101 | 111011 |
Color Harmonies of #CFF835
Complementary color
Monochromatic Colors of #CFF835
Black with #CFF835
Text Example
Text Example
White with #CFF835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF835; }
p { color: rgb(207,248,53); }
H1.HeaderClassName
{
color: #CFF835;
}
.AnyTagClassName
{
color: #CFF835;
}
</style>
background-color css
<style>
a { background-color: #CFF835; }
a { background-color: rgb(207,248,53); }
div.DivClassName
{
background-color: #CFF835;
}
.BgClassName
{
background-color: #CFF835;
}
</style>
border-color css
<style>
span { border-color: #CFF835; }
span { border-color: rgb(207,248,53); }
td.TdClassName
{
border-color: #CFF835;
}
.TagClassName
{
border-color: #CFF835;
}
</style>