Shades of Pear #CDF34E
Tints of Pear #CDF34E
RGB
CMYK
RGB Variations
Color information
#CDF34E (or 0xCDF34E) is known color: Pear. HEX triplet: CD, F3 and 4E. RGB value is (205,243,78). Sum of RGB (Red+Green+Blue) = 205+243+78=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF34E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF34E is #320CB1. Grayscale: #D5D5D5. Windows color (decimal): -3280050 or 5174221. OLE color: 5174221.
HSL color Cylindrical-coordinate representation of color #CDF34E: hue angle of 73.82º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDF34E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 78 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.05 |
| HSL | 73.82º | 0.87% | 0.63% | - |
| HSV(B) | 73.82º | 0.68% | 0.95% | - |
| XYZ | 58.6 | 77.63 | 19.1 | - |
| YUV | 212.83 | 51.91 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 78 | 0.16 | 0 | 0.68 | 0.05 | 73.82 | 0.87 | 0.63 |
| Hex | CD | F3 | 4E | 10 | 0 | 44 | 5 | 4A | 57 | 3F |
| Octal | 315 | 363 | 116 | 20 | 0 | 104 | 5 | 112 | 127 | 77 |
| Binary | 11001101 | 11110011 | 1001110 | 10000 | 0 | 1000100 | 101 | 1001010 | 1010111 | 111111 |
Color Harmonies of #CDF34E
Complementary color
Monochromatic Colors of #CDF34E
Black with #CDF34E
Text Example
Text Example
White with #CDF34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF34E; }
p { color: rgb(205,243,78); }
H1.HeaderClassName
{
color: #CDF34E;
}
.AnyTagClassName
{
color: #CDF34E;
}
</style>
background-color css
<style>
a { background-color: #CDF34E; }
a { background-color: rgb(205,243,78); }
div.DivClassName
{
background-color: #CDF34E;
}
.BgClassName
{
background-color: #CDF34E;
}
</style>
border-color css
<style>
span { border-color: #CDF34E; }
span { border-color: rgb(205,243,78); }
td.TdClassName
{
border-color: #CDF34E;
}
.TagClassName
{
border-color: #CDF34E;
}
</style>