Shades of Pear #CDFE3A
Tints of Pear #CDFE3A
RGB
CMYK
RGB Variations
Color information
#CDFE3A (or 0xCDFE3A) is known color: Pear. HEX triplet: CD, FE and 3A. RGB value is (205,254,58). Sum of RGB (Red+Green+Blue) = 205+254+58=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE3A is #3201C5. Grayscale: #D9D9D9. Windows color (decimal): -3277254 or 3866317. OLE color: 3866317.
HSL color Cylindrical-coordinate representation of color #CDFE3A: hue angle of 75º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDFE3A is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 58 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.00 |
| HSL | 75º | 0.99% | 0.61% | - |
| HSV(B) | 75º | 0.77% | 1% | - |
| XYZ | 61.38 | 84.17 | 17.01 | - |
| YUV | 217.01 | 38.27 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 58 | 0.19 | 0 | 0.77 | 0.00 | 75 | 0.99 | 0.61 |
| Hex | CD | FE | 3A | 13 | 0 | 4D | 0 | 4B | 63 | 3D |
| Octal | 315 | 376 | 72 | 23 | 0 | 115 | 0 | 113 | 143 | 75 |
| Binary | 11001101 | 11111110 | 111010 | 10011 | 0 | 1001101 | 0 | 1001011 | 1100011 | 111101 |
Color Harmonies of #CDFE3A
Complementary color
Monochromatic Colors of #CDFE3A
Black with #CDFE3A
Text Example
Text Example
White with #CDFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE3A; }
p { color: rgb(205,254,58); }
H1.HeaderClassName
{
color: #CDFE3A;
}
.AnyTagClassName
{
color: #CDFE3A;
}
</style>
background-color css
<style>
a { background-color: #CDFE3A; }
a { background-color: rgb(205,254,58); }
div.DivClassName
{
background-color: #CDFE3A;
}
.BgClassName
{
background-color: #CDFE3A;
}
</style>
border-color css
<style>
span { border-color: #CDFE3A; }
span { border-color: rgb(205,254,58); }
td.TdClassName
{
border-color: #CDFE3A;
}
.TagClassName
{
border-color: #CDFE3A;
}
</style>