Shades of Pear #CFE030
Tints of Pear #CFE030
RGB
CMYK
RGB Variations
Color information
#CFE030 (or 0xCFE030) is known color: Pear. HEX triplet: CF, E0 and 30. RGB value is (207,224,48). Sum of RGB (Red+Green+Blue) = 207+224+48=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE030 is #301FCF. Grayscale: #C7C7C7. Windows color (decimal): -3153872 or 3203279. OLE color: 3203279.
HSL color Cylindrical-coordinate representation of color #CFE030: hue angle of 65.8º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFE030 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 48 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.12 |
| HSL | 65.8º | 0.74% | 0.53% | - |
| HSV(B) | 65.8º | 0.79% | 0.88% | - |
| XYZ | 52.92 | 66.79 | 12.9 | - |
| YUV | 198.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 48 | 0.08 | 0 | 0.79 | 0.12 | 65.8 | 0.74 | 0.53 |
| Hex | CF | E0 | 30 | 8 | 0 | 4F | C | 42 | 4A | 35 |
| Octal | 317 | 340 | 60 | 10 | 0 | 117 | 14 | 102 | 112 | 65 |
| Binary | 11001111 | 11100000 | 110000 | 1000 | 0 | 1001111 | 1100 | 1000010 | 1001010 | 110101 |
Color Harmonies of #CFE030
Complementary color
Monochromatic Colors of #CFE030
Black with #CFE030
Text Example
Text Example
White with #CFE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE030; }
p { color: rgb(207,224,48); }
H1.HeaderClassName
{
color: #CFE030;
}
.AnyTagClassName
{
color: #CFE030;
}
</style>
background-color css
<style>
a { background-color: #CFE030; }
a { background-color: rgb(207,224,48); }
div.DivClassName
{
background-color: #CFE030;
}
.BgClassName
{
background-color: #CFE030;
}
</style>
border-color css
<style>
span { border-color: #CFE030; }
span { border-color: rgb(207,224,48); }
td.TdClassName
{
border-color: #CFE030;
}
.TagClassName
{
border-color: #CFE030;
}
</style>