Shades of Pear #CDF92E
Tints of Pear #CDF92E
RGB
CMYK
RGB Variations
Color information
#CDF92E (or 0xCDF92E) is known color: Pear. HEX triplet: CD, F9 and 2E. RGB value is (205,249,46). Sum of RGB (Red+Green+Blue) = 205+249+46=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF92E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF92E is #3206D1. Grayscale: #D5D5D5. Windows color (decimal): -3278546 or 3078605. OLE color: 3078605.
HSL color Cylindrical-coordinate representation of color #CDF92E: hue angle of 73º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDF92E is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 46 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.02 |
| HSL | 73º | 0.94% | 0.58% | - |
| HSV(B) | 73º | 0.82% | 0.98% | - |
| XYZ | 59.55 | 80.93 | 15.07 | - |
| YUV | 212.7 | 33.92 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 46 | 0.18 | 0 | 0.82 | 0.02 | 73 | 0.94 | 0.58 |
| Hex | CD | F9 | 2E | 12 | 0 | 52 | 2 | 49 | 5E | 3A |
| Octal | 315 | 371 | 56 | 22 | 0 | 122 | 2 | 111 | 136 | 72 |
| Binary | 11001101 | 11111001 | 101110 | 10010 | 0 | 1010010 | 10 | 1001001 | 1011110 | 111010 |
Color Harmonies of #CDF92E
Complementary color
Monochromatic Colors of #CDF92E
Black with #CDF92E
Text Example
Text Example
White with #CDF92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF92E; }
p { color: rgb(205,249,46); }
H1.HeaderClassName
{
color: #CDF92E;
}
.AnyTagClassName
{
color: #CDF92E;
}
</style>
background-color css
<style>
a { background-color: #CDF92E; }
a { background-color: rgb(205,249,46); }
div.DivClassName
{
background-color: #CDF92E;
}
.BgClassName
{
background-color: #CDF92E;
}
</style>
border-color css
<style>
span { border-color: #CDF92E; }
span { border-color: rgb(205,249,46); }
td.TdClassName
{
border-color: #CDF92E;
}
.TagClassName
{
border-color: #CDF92E;
}
</style>