Shades of Pear #CFFC36
Tints of Pear #CFFC36
RGB
CMYK
RGB Variations
Color information
#CFFC36 (or 0xCFFC36) is known color: Pear. HEX triplet: CF, FC and 36. RGB value is (207,252,54). Sum of RGB (Red+Green+Blue) = 207+252+54=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 54 (21.48% from 255 or 10.53% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC36 is #3003C9. Grayscale: #D8D8D8. Windows color (decimal): -3146698 or 3603663. OLE color: 3603663.
HSL color Cylindrical-coordinate representation of color #CFFC36: hue angle of 73.64º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFFC36 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 54 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.01 |
| HSL | 73.64º | 0.97% | 0.6% | - |
| HSV(B) | 73.64º | 0.79% | 0.99% | - |
| XYZ | 61.21 | 83.15 | 16.31 | - |
| YUV | 215.97 | 36.59 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 54 | 0.18 | 0 | 0.79 | 0.01 | 73.64 | 0.97 | 0.6 |
| Hex | CF | FC | 36 | 12 | 0 | 4F | 1 | 4A | 61 | 3C |
| Octal | 317 | 374 | 66 | 22 | 0 | 117 | 1 | 112 | 141 | 74 |
| Binary | 11001111 | 11111100 | 110110 | 10010 | 0 | 1001111 | 1 | 1001010 | 1100001 | 111100 |
Color Harmonies of #CFFC36
Complementary color
Monochromatic Colors of #CFFC36
Black with #CFFC36
Text Example
Text Example
White with #CFFC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC36; }
p { color: rgb(207,252,54); }
H1.HeaderClassName
{
color: #CFFC36;
}
.AnyTagClassName
{
color: #CFFC36;
}
</style>
background-color css
<style>
a { background-color: #CFFC36; }
a { background-color: rgb(207,252,54); }
div.DivClassName
{
background-color: #CFFC36;
}
.BgClassName
{
background-color: #CFFC36;
}
</style>
border-color css
<style>
span { border-color: #CFFC36; }
span { border-color: rgb(207,252,54); }
td.TdClassName
{
border-color: #CFFC36;
}
.TagClassName
{
border-color: #CFFC36;
}
</style>