Shades of Pear #CFF635
Tints of Pear #CFF635
RGB
CMYK
RGB Variations
Color information
#CFF635 (or 0xCFF635) is known color: Pear. HEX triplet: CF, F6 and 35. RGB value is (207,246,53). Sum of RGB (Red+Green+Blue) = 207+246+53=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF635 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF635 is #3009CA. Grayscale: #D5D5D5. Windows color (decimal): -3148235 or 3536591. OLE color: 3536591.
HSL color Cylindrical-coordinate representation of color #CFF635: hue angle of 72.12º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFF635 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 53 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.04 |
| HSL | 72.12º | 0.91% | 0.59% | - |
| HSV(B) | 72.12º | 0.78% | 0.96% | - |
| XYZ | 59.33 | 79.43 | 15.57 | - |
| YUV | 212.34 | 38.08 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 53 | 0.16 | 0 | 0.78 | 0.04 | 72.12 | 0.91 | 0.59 |
| Hex | CF | F6 | 35 | 10 | 0 | 4E | 4 | 48 | 5B | 3B |
| Octal | 317 | 366 | 65 | 20 | 0 | 116 | 4 | 110 | 133 | 73 |
| Binary | 11001111 | 11110110 | 110101 | 10000 | 0 | 1001110 | 100 | 1001000 | 1011011 | 111011 |
Color Harmonies of #CFF635
Complementary color
Monochromatic Colors of #CFF635
Black with #CFF635
Text Example
Text Example
White with #CFF635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF635; }
p { color: rgb(207,246,53); }
H1.HeaderClassName
{
color: #CFF635;
}
.AnyTagClassName
{
color: #CFF635;
}
</style>
background-color css
<style>
a { background-color: #CFF635; }
a { background-color: rgb(207,246,53); }
div.DivClassName
{
background-color: #CFF635;
}
.BgClassName
{
background-color: #CFF635;
}
</style>
border-color css
<style>
span { border-color: #CFF635; }
span { border-color: rgb(207,246,53); }
td.TdClassName
{
border-color: #CFF635;
}
.TagClassName
{
border-color: #CFF635;
}
</style>