Shades of Pear #CDF21F
Tints of Pear #CDF21F
RGB
CMYK
RGB Variations
Color information
#CDF21F (or 0xCDF21F) is known color: Pear. HEX triplet: CD, F2 and 1F. RGB value is (205,242,31). Sum of RGB (Red+Green+Blue) = 205+242+31=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF21F is #320DE0. Grayscale: #CFCFCF. Windows color (decimal): -3280353 or 2093773. OLE color: 2093773.
HSL color Cylindrical-coordinate representation of color #CDF21F: hue angle of 70.52º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDF21F is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 31 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.05 |
| HSL | 70.52º | 0.89% | 0.54% | - |
| HSV(B) | 70.52º | 0.87% | 0.95% | - |
| XYZ | 57.18 | 76.58 | 13.06 | - |
| YUV | 206.88 | 28.74 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 31 | 0.15 | 0 | 0.87 | 0.05 | 70.52 | 0.89 | 0.54 |
| Hex | CD | F2 | 1F | F | 0 | 57 | 5 | 47 | 59 | 36 |
| Octal | 315 | 362 | 37 | 17 | 0 | 127 | 5 | 107 | 131 | 66 |
| Binary | 11001101 | 11110010 | 11111 | 1111 | 0 | 1010111 | 101 | 1000111 | 1011001 | 110110 |
Color Harmonies of #CDF21F
Complementary color
Monochromatic Colors of #CDF21F
Black with #CDF21F
Text Example
Text Example
White with #CDF21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF21F; }
p { color: rgb(205,242,31); }
H1.HeaderClassName
{
color: #CDF21F;
}
.AnyTagClassName
{
color: #CDF21F;
}
</style>
background-color css
<style>
a { background-color: #CDF21F; }
a { background-color: rgb(205,242,31); }
div.DivClassName
{
background-color: #CDF21F;
}
.BgClassName
{
background-color: #CDF21F;
}
</style>
border-color css
<style>
span { border-color: #CDF21F; }
span { border-color: rgb(205,242,31); }
td.TdClassName
{
border-color: #CDF21F;
}
.TagClassName
{
border-color: #CDF21F;
}
</style>