Shades of Pear #CFFC41
Tints of Pear #CFFC41
RGB
CMYK
RGB Variations
Color information
#CFFC41 (or 0xCFFC41) is known color: Pear. HEX triplet: CF, FC and 41. RGB value is (207,252,65). Sum of RGB (Red+Green+Blue) = 207+252+65=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 65 (25.78% from 255 or 12.40% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC41 is #3003BE. Grayscale: #D9D9D9. Windows color (decimal): -3146687 or 4324559. OLE color: 4324559.
HSL color Cylindrical-coordinate representation of color #CFFC41: hue angle of 74.44º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFFC41 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 65 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.01 |
| HSL | 74.44º | 0.97% | 0.62% | - |
| HSV(B) | 74.44º | 0.74% | 0.99% | - |
| XYZ | 61.5 | 83.27 | 17.83 | - |
| YUV | 217.23 | 42.09 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 65 | 0.18 | 0 | 0.74 | 0.01 | 74.44 | 0.97 | 0.62 |
| Hex | CF | FC | 41 | 12 | 0 | 4A | 1 | 4A | 61 | 3E |
| Octal | 317 | 374 | 101 | 22 | 0 | 112 | 1 | 112 | 141 | 76 |
| Binary | 11001111 | 11111100 | 1000001 | 10010 | 0 | 1001010 | 1 | 1001010 | 1100001 | 111110 |
Color Harmonies of #CFFC41
Complementary color
Monochromatic Colors of #CFFC41
Black with #CFFC41
Text Example
Text Example
White with #CFFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC41; }
p { color: rgb(207,252,65); }
H1.HeaderClassName
{
color: #CFFC41;
}
.AnyTagClassName
{
color: #CFFC41;
}
</style>
background-color css
<style>
a { background-color: #CFFC41; }
a { background-color: rgb(207,252,65); }
div.DivClassName
{
background-color: #CFFC41;
}
.BgClassName
{
background-color: #CFFC41;
}
</style>
border-color css
<style>
span { border-color: #CFFC41; }
span { border-color: rgb(207,252,65); }
td.TdClassName
{
border-color: #CFFC41;
}
.TagClassName
{
border-color: #CFFC41;
}
</style>