Shades of Pear #CDF12A
Tints of Pear #CDF12A
RGB
CMYK
RGB Variations
Color information
#CDF12A (or 0xCDF12A) is known color: Pear. HEX triplet: CD, F1 and 2A. RGB value is (205,241,42). Sum of RGB (Red+Green+Blue) = 205+241+42=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF12A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF12A is #320ED5. Grayscale: #D0D0D0. Windows color (decimal): -3280598 or 2814413. OLE color: 2814413.
HSL color Cylindrical-coordinate representation of color #CDF12A: hue angle of 70.85º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDF12A is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 42 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.05 |
| HSL | 70.85º | 0.88% | 0.55% | - |
| HSV(B) | 70.85º | 0.83% | 0.95% | - |
| XYZ | 57.05 | 76.06 | 13.86 | - |
| YUV | 207.55 | 34.57 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 42 | 0.15 | 0 | 0.83 | 0.05 | 70.85 | 0.88 | 0.55 |
| Hex | CD | F1 | 2A | F | 0 | 53 | 5 | 47 | 58 | 37 |
| Octal | 315 | 361 | 52 | 17 | 0 | 123 | 5 | 107 | 130 | 67 |
| Binary | 11001101 | 11110001 | 101010 | 1111 | 0 | 1010011 | 101 | 1000111 | 1011000 | 110111 |
Color Harmonies of #CDF12A
Complementary color
Monochromatic Colors of #CDF12A
Black with #CDF12A
Text Example
Text Example
White with #CDF12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF12A; }
p { color: rgb(205,241,42); }
H1.HeaderClassName
{
color: #CDF12A;
}
.AnyTagClassName
{
color: #CDF12A;
}
</style>
background-color css
<style>
a { background-color: #CDF12A; }
a { background-color: rgb(205,241,42); }
div.DivClassName
{
background-color: #CDF12A;
}
.BgClassName
{
background-color: #CDF12A;
}
</style>
border-color css
<style>
span { border-color: #CDF12A; }
span { border-color: rgb(205,241,42); }
td.TdClassName
{
border-color: #CDF12A;
}
.TagClassName
{
border-color: #CDF12A;
}
</style>