Shades of Pear #CFE930
Tints of Pear #CFE930
RGB
CMYK
RGB Variations
Color information
#CFE930 (or 0xCFE930) is known color: Pear. HEX triplet: CF, E9 and 30. RGB value is (207,233,48). Sum of RGB (Red+Green+Blue) = 207+233+48=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE930 is #3016CF. Grayscale: #CCCCCC. Windows color (decimal): -3151568 or 3205583. OLE color: 3205583.
HSL color Cylindrical-coordinate representation of color #CFE930: hue angle of 68.43º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFE930 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 48 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.09 |
| HSL | 68.43º | 0.81% | 0.55% | - |
| HSV(B) | 68.43º | 0.79% | 0.91% | - |
| XYZ | 55.4 | 71.76 | 13.73 | - |
| YUV | 204.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 48 | 0.11 | 0 | 0.79 | 0.09 | 68.43 | 0.81 | 0.55 |
| Hex | CF | E9 | 30 | B | 0 | 4F | 9 | 44 | 51 | 37 |
| Octal | 317 | 351 | 60 | 13 | 0 | 117 | 11 | 104 | 121 | 67 |
| Binary | 11001111 | 11101001 | 110000 | 1011 | 0 | 1001111 | 1001 | 1000100 | 1010001 | 110111 |
Color Harmonies of #CFE930
Complementary color
Monochromatic Colors of #CFE930
Black with #CFE930
Text Example
Text Example
White with #CFE930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE930; }
p { color: rgb(207,233,48); }
H1.HeaderClassName
{
color: #CFE930;
}
.AnyTagClassName
{
color: #CFE930;
}
</style>
background-color css
<style>
a { background-color: #CFE930; }
a { background-color: rgb(207,233,48); }
div.DivClassName
{
background-color: #CFE930;
}
.BgClassName
{
background-color: #CFE930;
}
</style>
border-color css
<style>
span { border-color: #CFE930; }
span { border-color: rgb(207,233,48); }
td.TdClassName
{
border-color: #CFE930;
}
.TagClassName
{
border-color: #CFE930;
}
</style>