Shades of Pear #CFFF35
Tints of Pear #CFFF35
RGB
CMYK
RGB Variations
Color information
#CFFF35 (or 0xCFFF35) is known color: Pear. HEX triplet: CF, FF and 35. RGB value is (207,255,53). Sum of RGB (Red+Green+Blue) = 207+255+53=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 53 (21.09% from 255 or 10.29% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFF35 is #3000CA. Grayscale: #DADADA. Windows color (decimal): -3145931 or 3538895. OLE color: 3538895.
HSL color Cylindrical-coordinate representation of color #CFFF35: hue angle of 74.26º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFFF35 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 53 | - |
| CMYK | 0.19 | 0 | 0.79 | 0 |
| HSL | 74.26º | 1% | 0.6% | - |
| HSV(B) | 74.26º | 0.79% | 1% | - |
| XYZ | 62.13 | 85.04 | 16.51 | - |
| YUV | 217.62 | 35.1 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 53 | 0.19 | 0 | 0.79 | 0 | 74.26 | 1 | 0.6 |
| Hex | CF | FF | 35 | 13 | 0 | 4F | 0 | 4A | 64 | 3C |
| Octal | 317 | 377 | 65 | 23 | 0 | 117 | 0 | 112 | 144 | 74 |
| Binary | 11001111 | 11111111 | 110101 | 10011 | 0 | 1001111 | 0 | 1001010 | 1100100 | 111100 |
Color Harmonies of #CFFF35
Complementary color
Monochromatic Colors of #CFFF35
Black with #CFFF35
Text Example
Text Example
White with #CFFF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF35; }
p { color: rgb(207,255,53); }
H1.HeaderClassName
{
color: #CFFF35;
}
.AnyTagClassName
{
color: #CFFF35;
}
</style>
background-color css
<style>
a { background-color: #CFFF35; }
a { background-color: rgb(207,255,53); }
div.DivClassName
{
background-color: #CFFF35;
}
.BgClassName
{
background-color: #CFFF35;
}
</style>
border-color css
<style>
span { border-color: #CFFF35; }
span { border-color: rgb(207,255,53); }
td.TdClassName
{
border-color: #CFFF35;
}
.TagClassName
{
border-color: #CFFF35;
}
</style>