Shades of Pear #CFE130
Tints of Pear #CFE130
RGB
CMYK
RGB Variations
Color information
#CFE130 (or 0xCFE130) is known color: Pear. HEX triplet: CF, E1 and 30. RGB value is (207,225,48). Sum of RGB (Red+Green+Blue) = 207+225+48=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 48 (19.14% from 255 or 10% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE130 is #301ECF. Grayscale: #C8C8C8. Windows color (decimal): -3153616 or 3203535. OLE color: 3203535.
HSL color Cylindrical-coordinate representation of color #CFE130: hue angle of 66.1º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFE130 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 48 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.12 |
| HSL | 66.1º | 0.75% | 0.54% | - |
| HSV(B) | 66.1º | 0.79% | 0.88% | - |
| XYZ | 53.19 | 67.33 | 12.99 | - |
| YUV | 199.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 48 | 0.08 | 0 | 0.79 | 0.12 | 66.1 | 0.75 | 0.54 |
| Hex | CF | E1 | 30 | 8 | 0 | 4F | C | 42 | 4B | 36 |
| Octal | 317 | 341 | 60 | 10 | 0 | 117 | 14 | 102 | 113 | 66 |
| Binary | 11001111 | 11100001 | 110000 | 1000 | 0 | 1001111 | 1100 | 1000010 | 1001011 | 110110 |
Color Harmonies of #CFE130
Complementary color
Monochromatic Colors of #CFE130
Black with #CFE130
Text Example
Text Example
White with #CFE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE130; }
p { color: rgb(207,225,48); }
H1.HeaderClassName
{
color: #CFE130;
}
.AnyTagClassName
{
color: #CFE130;
}
</style>
background-color css
<style>
a { background-color: #CFE130; }
a { background-color: rgb(207,225,48); }
div.DivClassName
{
background-color: #CFE130;
}
.BgClassName
{
background-color: #CFE130;
}
</style>
border-color css
<style>
span { border-color: #CFE130; }
span { border-color: rgb(207,225,48); }
td.TdClassName
{
border-color: #CFE130;
}
.TagClassName
{
border-color: #CFE130;
}
</style>