Shades of Pear #CDFE2A
Tints of Pear #CDFE2A
RGB
CMYK
RGB Variations
Color information
#CDFE2A (or 0xCDFE2A) is known color: Pear. HEX triplet: CD, FE and 2A. RGB value is (205,254,42). Sum of RGB (Red+Green+Blue) = 205+254+42=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE2A is #3201D5. Grayscale: #D7D7D7. Windows color (decimal): -3277270 or 2817741. OLE color: 2817741.
HSL color Cylindrical-coordinate representation of color #CDFE2A: hue angle of 73.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDFE2A is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 42 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.00 |
| HSL | 73.87º | 0.99% | 0.58% | - |
| HSV(B) | 73.87º | 0.83% | 1% | - |
| XYZ | 61.04 | 84.03 | 15.19 | - |
| YUV | 215.18 | 30.27 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 42 | 0.19 | 0 | 0.83 | 0.00 | 73.87 | 0.99 | 0.58 |
| Hex | CD | FE | 2A | 13 | 0 | 53 | 0 | 4A | 63 | 3A |
| Octal | 315 | 376 | 52 | 23 | 0 | 123 | 0 | 112 | 143 | 72 |
| Binary | 11001101 | 11111110 | 101010 | 10011 | 0 | 1010011 | 0 | 1001010 | 1100011 | 111010 |
Color Harmonies of #CDFE2A
Complementary color
Monochromatic Colors of #CDFE2A
Black with #CDFE2A
Text Example
Text Example
White with #CDFE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE2A; }
p { color: rgb(205,254,42); }
H1.HeaderClassName
{
color: #CDFE2A;
}
.AnyTagClassName
{
color: #CDFE2A;
}
</style>
background-color css
<style>
a { background-color: #CDFE2A; }
a { background-color: rgb(205,254,42); }
div.DivClassName
{
background-color: #CDFE2A;
}
.BgClassName
{
background-color: #CDFE2A;
}
</style>
border-color css
<style>
span { border-color: #CDFE2A; }
span { border-color: rgb(205,254,42); }
td.TdClassName
{
border-color: #CDFE2A;
}
.TagClassName
{
border-color: #CDFE2A;
}
</style>