Shades of Pear #CDF230
Tints of Pear #CDF230
RGB
CMYK
RGB Variations
Color information
#CDF230 (or 0xCDF230) is known color: Pear. HEX triplet: CD, F2 and 30. RGB value is (205,242,48). Sum of RGB (Red+Green+Blue) = 205+242+48=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF230 is #320DCF. Grayscale: #D1D1D1. Windows color (decimal): -3280336 or 3207885. OLE color: 3207885.
HSL color Cylindrical-coordinate representation of color #CDF230: hue angle of 71.44º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDF230 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 48 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.05 |
| HSL | 71.44º | 0.88% | 0.57% | - |
| HSV(B) | 71.44º | 0.8% | 0.95% | - |
| XYZ | 57.46 | 76.7 | 14.57 | - |
| YUV | 208.82 | 37.24 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 48 | 0.15 | 0 | 0.80 | 0.05 | 71.44 | 0.88 | 0.57 |
| Hex | CD | F2 | 30 | F | 0 | 50 | 5 | 47 | 58 | 39 |
| Octal | 315 | 362 | 60 | 17 | 0 | 120 | 5 | 107 | 130 | 71 |
| Binary | 11001101 | 11110010 | 110000 | 1111 | 0 | 1010000 | 101 | 1000111 | 1011000 | 111001 |
Color Harmonies of #CDF230
Complementary color
Monochromatic Colors of #CDF230
Black with #CDF230
Text Example
Text Example
White with #CDF230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF230; }
p { color: rgb(205,242,48); }
H1.HeaderClassName
{
color: #CDF230;
}
.AnyTagClassName
{
color: #CDF230;
}
</style>
background-color css
<style>
a { background-color: #CDF230; }
a { background-color: rgb(205,242,48); }
div.DivClassName
{
background-color: #CDF230;
}
.BgClassName
{
background-color: #CDF230;
}
</style>
border-color css
<style>
span { border-color: #CDF230; }
span { border-color: rgb(205,242,48); }
td.TdClassName
{
border-color: #CDF230;
}
.TagClassName
{
border-color: #CDF230;
}
</style>