Shades of Pear #CFE32C
Tints of Pear #CFE32C
RGB
CMYK
RGB Variations
Color information
#CFE32C (or 0xCFE32C) is known color: Pear. HEX triplet: CF, E3 and 2C. RGB value is (207,227,44). Sum of RGB (Red+Green+Blue) = 207+227+44=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE32C is #301CD3. Grayscale: #C8C8C8. Windows color (decimal): -3153108 or 2941903. OLE color: 2941903.
HSL color Cylindrical-coordinate representation of color #CFE32C: hue angle of 66.56º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFE32C is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 44 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.11 |
| HSL | 66.56º | 0.77% | 0.53% | - |
| HSV(B) | 66.56º | 0.81% | 0.89% | - |
| XYZ | 53.66 | 68.39 | 12.75 | - |
| YUV | 200.16 | 39.87 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 44 | 0.09 | 0 | 0.81 | 0.11 | 66.56 | 0.77 | 0.53 |
| Hex | CF | E3 | 2C | 9 | 0 | 51 | B | 43 | 4D | 35 |
| Octal | 317 | 343 | 54 | 11 | 0 | 121 | 13 | 103 | 115 | 65 |
| Binary | 11001111 | 11100011 | 101100 | 1001 | 0 | 1010001 | 1011 | 1000011 | 1001101 | 110101 |
Color Harmonies of #CFE32C
Complementary color
Monochromatic Colors of #CFE32C
Black with #CFE32C
Text Example
Text Example
White with #CFE32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE32C; }
p { color: rgb(207,227,44); }
H1.HeaderClassName
{
color: #CFE32C;
}
.AnyTagClassName
{
color: #CFE32C;
}
</style>
background-color css
<style>
a { background-color: #CFE32C; }
a { background-color: rgb(207,227,44); }
div.DivClassName
{
background-color: #CFE32C;
}
.BgClassName
{
background-color: #CFE32C;
}
</style>
border-color css
<style>
span { border-color: #CFE32C; }
span { border-color: rgb(207,227,44); }
td.TdClassName
{
border-color: #CFE32C;
}
.TagClassName
{
border-color: #CFE32C;
}
</style>