Shades of Pear #CFFF36
Tints of Pear #CFFF36
RGB
CMYK
RGB Variations
Color information
#CFFF36 (or 0xCFFF36) is known color: Pear. HEX triplet: CF, FF and 36. RGB value is (207,255,54). Sum of RGB (Red+Green+Blue) = 207+255+54=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 54 (21.48% from 255 or 10.47% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFF36 is #3000C9. Grayscale: #DADADA. Windows color (decimal): -3145930 or 3604431. OLE color: 3604431.
HSL color Cylindrical-coordinate representation of color #CFFF36: hue angle of 74.33º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFFF36 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 54 | - |
| CMYK | 0.19 | 0 | 0.79 | 0 |
| HSL | 74.33º | 1% | 0.61% | - |
| HSV(B) | 74.33º | 0.79% | 1% | - |
| XYZ | 62.16 | 85.05 | 16.63 | - |
| YUV | 217.73 | 35.6 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 54 | 0.19 | 0 | 0.79 | 0 | 74.33 | 1 | 0.61 |
| Hex | CF | FF | 36 | 13 | 0 | 4F | 0 | 4A | 64 | 3D |
| Octal | 317 | 377 | 66 | 23 | 0 | 117 | 0 | 112 | 144 | 75 |
| Binary | 11001111 | 11111111 | 110110 | 10011 | 0 | 1001111 | 0 | 1001010 | 1100100 | 111101 |
Color Harmonies of #CFFF36
Complementary color
Monochromatic Colors of #CFFF36
Black with #CFFF36
Text Example
Text Example
White with #CFFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF36; }
p { color: rgb(207,255,54); }
H1.HeaderClassName
{
color: #CFFF36;
}
.AnyTagClassName
{
color: #CFFF36;
}
</style>
background-color css
<style>
a { background-color: #CFFF36; }
a { background-color: rgb(207,255,54); }
div.DivClassName
{
background-color: #CFFF36;
}
.BgClassName
{
background-color: #CFFF36;
}
</style>
border-color css
<style>
span { border-color: #CFFF36; }
span { border-color: rgb(207,255,54); }
td.TdClassName
{
border-color: #CFFF36;
}
.TagClassName
{
border-color: #CFFF36;
}
</style>