Shades of Pear #CDF13E
Tints of Pear #CDF13E
RGB
CMYK
RGB Variations
Color information
#CDF13E (or 0xCDF13E) is known color: Pear. HEX triplet: CD, F1 and 3E. RGB value is (205,241,62). Sum of RGB (Red+Green+Blue) = 205+241+62=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF13E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF13E is #320EC1. Grayscale: #D2D2D2. Windows color (decimal): -3280578 or 4125133. OLE color: 4125133.
HSL color Cylindrical-coordinate representation of color #CDF13E: hue angle of 72.07º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDF13E is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 62 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.05 |
| HSL | 72.07º | 0.86% | 0.59% | - |
| HSV(B) | 72.07º | 0.74% | 0.95% | - |
| XYZ | 57.5 | 76.24 | 16.24 | - |
| YUV | 209.83 | 44.57 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 62 | 0.15 | 0 | 0.74 | 0.05 | 72.07 | 0.86 | 0.59 |
| Hex | CD | F1 | 3E | F | 0 | 4A | 5 | 48 | 56 | 3B |
| Octal | 315 | 361 | 76 | 17 | 0 | 112 | 5 | 110 | 126 | 73 |
| Binary | 11001101 | 11110001 | 111110 | 1111 | 0 | 1001010 | 101 | 1001000 | 1010110 | 111011 |
Color Harmonies of #CDF13E
Complementary color
Monochromatic Colors of #CDF13E
Black with #CDF13E
Text Example
Text Example
White with #CDF13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF13E; }
p { color: rgb(205,241,62); }
H1.HeaderClassName
{
color: #CDF13E;
}
.AnyTagClassName
{
color: #CDF13E;
}
</style>
background-color css
<style>
a { background-color: #CDF13E; }
a { background-color: rgb(205,241,62); }
div.DivClassName
{
background-color: #CDF13E;
}
.BgClassName
{
background-color: #CDF13E;
}
</style>
border-color css
<style>
span { border-color: #CDF13E; }
span { border-color: rgb(205,241,62); }
td.TdClassName
{
border-color: #CDF13E;
}
.TagClassName
{
border-color: #CDF13E;
}
</style>