Shades of Pear #CDFD30
Tints of Pear #CDFD30
RGB
CMYK
RGB Variations
Color information
#CDFD30 (or 0xCDFD30) is known color: Pear. HEX triplet: CD, FD and 30. RGB value is (205,253,48). Sum of RGB (Red+Green+Blue) = 205+253+48=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFD30 is #3202CF. Grayscale: #D8D8D8. Windows color (decimal): -3277520 or 3210701. OLE color: 3210701.
HSL color Cylindrical-coordinate representation of color #CDFD30: hue angle of 74.05º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDFD30 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 48 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.01 |
| HSL | 74.05º | 0.98% | 0.59% | - |
| HSV(B) | 74.05º | 0.81% | 0.99% | - |
| XYZ | 60.84 | 83.44 | 15.7 | - |
| YUV | 215.28 | 33.6 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 48 | 0.19 | 0 | 0.81 | 0.01 | 74.05 | 0.98 | 0.59 |
| Hex | CD | FD | 30 | 13 | 0 | 51 | 1 | 4A | 62 | 3B |
| Octal | 315 | 375 | 60 | 23 | 0 | 121 | 1 | 112 | 142 | 73 |
| Binary | 11001101 | 11111101 | 110000 | 10011 | 0 | 1010001 | 1 | 1001010 | 1100010 | 111011 |
Color Harmonies of #CDFD30
Complementary color
Monochromatic Colors of #CDFD30
Black with #CDFD30
Text Example
Text Example
White with #CDFD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFD30; }
p { color: rgb(205,253,48); }
H1.HeaderClassName
{
color: #CDFD30;
}
.AnyTagClassName
{
color: #CDFD30;
}
</style>
background-color css
<style>
a { background-color: #CDFD30; }
a { background-color: rgb(205,253,48); }
div.DivClassName
{
background-color: #CDFD30;
}
.BgClassName
{
background-color: #CDFD30;
}
</style>
border-color css
<style>
span { border-color: #CDFD30; }
span { border-color: rgb(205,253,48); }
td.TdClassName
{
border-color: #CDFD30;
}
.TagClassName
{
border-color: #CDFD30;
}
</style>