Shades of Pear #CDF330
Tints of Pear #CDF330
RGB
CMYK
RGB Variations
Color information
#CDF330 (or 0xCDF330) is known color: Pear. HEX triplet: CD, F3 and 30. RGB value is (205,243,48). Sum of RGB (Red+Green+Blue) = 205+243+48=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF330 is #320CCF. Grayscale: #D2D2D2. Windows color (decimal): -3280080 or 3208141. OLE color: 3208141.
HSL color Cylindrical-coordinate representation of color #CDF330: hue angle of 71.69º degrees, saturation: 0.89, 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 #CDF330 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 48 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.05 |
| HSL | 71.69º | 0.89% | 0.57% | - |
| HSV(B) | 71.69º | 0.8% | 0.95% | - |
| XYZ | 57.76 | 77.29 | 14.67 | - |
| YUV | 209.41 | 36.91 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 48 | 0.16 | 0 | 0.80 | 0.05 | 71.69 | 0.89 | 0.57 |
| Hex | CD | F3 | 30 | 10 | 0 | 50 | 5 | 48 | 59 | 39 |
| Octal | 315 | 363 | 60 | 20 | 0 | 120 | 5 | 110 | 131 | 71 |
| Binary | 11001101 | 11110011 | 110000 | 10000 | 0 | 1010000 | 101 | 1001000 | 1011001 | 111001 |
Color Harmonies of #CDF330
Complementary color
Monochromatic Colors of #CDF330
Black with #CDF330
Text Example
Text Example
White with #CDF330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF330; }
p { color: rgb(205,243,48); }
H1.HeaderClassName
{
color: #CDF330;
}
.AnyTagClassName
{
color: #CDF330;
}
</style>
background-color css
<style>
a { background-color: #CDF330; }
a { background-color: rgb(205,243,48); }
div.DivClassName
{
background-color: #CDF330;
}
.BgClassName
{
background-color: #CDF330;
}
</style>
border-color css
<style>
span { border-color: #CDF330; }
span { border-color: rgb(205,243,48); }
td.TdClassName
{
border-color: #CDF330;
}
.TagClassName
{
border-color: #CDF330;
}
</style>