Shades of Pear #CDF21C
Tints of Pear #CDF21C
RGB
CMYK
RGB Variations
Color information
#CDF21C (or 0xCDF21C) is known color: Pear. HEX triplet: CD, F2 and 1C. RGB value is (205,242,28). Sum of RGB (Red+Green+Blue) = 205+242+28=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 28 (11.33% from 255 or 5.89% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF21C is #320DE3. Grayscale: #CFCFCF. Windows color (decimal): -3280356 or 1897165. OLE color: 1897165.
HSL color Cylindrical-coordinate representation of color #CDF21C: hue angle of 70.37º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDF21C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 28 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.05 |
| HSL | 70.37º | 0.89% | 0.53% | - |
| HSV(B) | 70.37º | 0.88% | 0.95% | - |
| XYZ | 57.14 | 76.57 | 12.87 | - |
| YUV | 206.54 | 27.24 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 28 | 0.15 | 0 | 0.88 | 0.05 | 70.37 | 0.89 | 0.53 |
| Hex | CD | F2 | 1C | F | 0 | 58 | 5 | 46 | 59 | 35 |
| Octal | 315 | 362 | 34 | 17 | 0 | 130 | 5 | 106 | 131 | 65 |
| Binary | 11001101 | 11110010 | 11100 | 1111 | 0 | 1011000 | 101 | 1000110 | 1011001 | 110101 |
Color Harmonies of #CDF21C
Complementary color
Monochromatic Colors of #CDF21C
Black with #CDF21C
Text Example
Text Example
White with #CDF21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF21C; }
p { color: rgb(205,242,28); }
H1.HeaderClassName
{
color: #CDF21C;
}
.AnyTagClassName
{
color: #CDF21C;
}
</style>
background-color css
<style>
a { background-color: #CDF21C; }
a { background-color: rgb(205,242,28); }
div.DivClassName
{
background-color: #CDF21C;
}
.BgClassName
{
background-color: #CDF21C;
}
</style>
border-color css
<style>
span { border-color: #CDF21C; }
span { border-color: rgb(205,242,28); }
td.TdClassName
{
border-color: #CDF21C;
}
.TagClassName
{
border-color: #CDF21C;
}
</style>