Shades of Pear #CDF920
Tints of Pear #CDF920
RGB
CMYK
RGB Variations
Color information
#CDF920 (or 0xCDF920) is known color: Pear. HEX triplet: CD, F9 and 20. RGB value is (205,249,32). Sum of RGB (Red+Green+Blue) = 205+249+32=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 249 (97.66% from 255 or 51.23% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF920 is #3206DF. Grayscale: #D3D3D3. Windows color (decimal): -3278560 or 2161101. OLE color: 2161101.
HSL color Cylindrical-coordinate representation of color #CDF920: hue angle of 72.17º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDF920 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 32 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.02 |
| HSL | 72.17º | 0.95% | 0.55% | - |
| HSV(B) | 72.17º | 0.87% | 0.98% | - |
| XYZ | 59.31 | 80.83 | 13.84 | - |
| YUV | 211.11 | 26.92 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 32 | 0.18 | 0 | 0.87 | 0.02 | 72.17 | 0.95 | 0.55 |
| Hex | CD | F9 | 20 | 12 | 0 | 57 | 2 | 48 | 5F | 37 |
| Octal | 315 | 371 | 40 | 22 | 0 | 127 | 2 | 110 | 137 | 67 |
| Binary | 11001101 | 11111001 | 100000 | 10010 | 0 | 1010111 | 10 | 1001000 | 1011111 | 110111 |
Color Harmonies of #CDF920
Complementary color
Monochromatic Colors of #CDF920
Black with #CDF920
Text Example
Text Example
White with #CDF920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF920; }
p { color: rgb(205,249,32); }
H1.HeaderClassName
{
color: #CDF920;
}
.AnyTagClassName
{
color: #CDF920;
}
</style>
background-color css
<style>
a { background-color: #CDF920; }
a { background-color: rgb(205,249,32); }
div.DivClassName
{
background-color: #CDF920;
}
.BgClassName
{
background-color: #CDF920;
}
</style>
border-color css
<style>
span { border-color: #CDF920; }
span { border-color: rgb(205,249,32); }
td.TdClassName
{
border-color: #CDF920;
}
.TagClassName
{
border-color: #CDF920;
}
</style>