Shades of Pear #CDFC2A
Tints of Pear #CDFC2A
RGB
CMYK
RGB Variations
Color information
#CDFC2A (or 0xCDFC2A) is known color: Pear. HEX triplet: CD, FC and 2A. RGB value is (205,252,42). Sum of RGB (Red+Green+Blue) = 205+252+42=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFC2A is #3203D5. Grayscale: #D6D6D6. Windows color (decimal): -3277782 or 2817229. OLE color: 2817229.
HSL color Cylindrical-coordinate representation of color #CDFC2A: hue angle of 73.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDFC2A is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 42 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.01 |
| HSL | 73.43º | 0.97% | 0.58% | - |
| HSV(B) | 73.43º | 0.83% | 0.99% | - |
| XYZ | 60.41 | 82.77 | 14.98 | - |
| YUV | 214.01 | 30.93 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 42 | 0.19 | 0 | 0.83 | 0.01 | 73.43 | 0.97 | 0.58 |
| Hex | CD | FC | 2A | 13 | 0 | 53 | 1 | 49 | 61 | 3A |
| Octal | 315 | 374 | 52 | 23 | 0 | 123 | 1 | 111 | 141 | 72 |
| Binary | 11001101 | 11111100 | 101010 | 10011 | 0 | 1010011 | 1 | 1001001 | 1100001 | 111010 |
Color Harmonies of #CDFC2A
Complementary color
Monochromatic Colors of #CDFC2A
Black with #CDFC2A
Text Example
Text Example
White with #CDFC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC2A; }
p { color: rgb(205,252,42); }
H1.HeaderClassName
{
color: #CDFC2A;
}
.AnyTagClassName
{
color: #CDFC2A;
}
</style>
background-color css
<style>
a { background-color: #CDFC2A; }
a { background-color: rgb(205,252,42); }
div.DivClassName
{
background-color: #CDFC2A;
}
.BgClassName
{
background-color: #CDFC2A;
}
</style>
border-color css
<style>
span { border-color: #CDFC2A; }
span { border-color: rgb(205,252,42); }
td.TdClassName
{
border-color: #CDFC2A;
}
.TagClassName
{
border-color: #CDFC2A;
}
</style>