Shades of Pear #CDF24A
Tints of Pear #CDF24A
RGB
CMYK
RGB Variations
Color information
#CDF24A (or 0xCDF24A) is known color: Pear. HEX triplet: CD, F2 and 4A. RGB value is (205,242,74). Sum of RGB (Red+Green+Blue) = 205+242+74=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF24A is #320DB5. Grayscale: #D4D4D4. Windows color (decimal): -3280310 or 4911821. OLE color: 4911821.
HSL color Cylindrical-coordinate representation of color #CDF24A: hue angle of 73.21º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDF24A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 74 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.05 |
| HSL | 73.21º | 0.87% | 0.62% | - |
| HSV(B) | 73.21º | 0.69% | 0.95% | - |
| XYZ | 58.17 | 76.98 | 18.27 | - |
| YUV | 211.79 | 50.24 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 74 | 0.15 | 0 | 0.69 | 0.05 | 73.21 | 0.87 | 0.62 |
| Hex | CD | F2 | 4A | F | 0 | 45 | 5 | 49 | 57 | 3E |
| Octal | 315 | 362 | 112 | 17 | 0 | 105 | 5 | 111 | 127 | 76 |
| Binary | 11001101 | 11110010 | 1001010 | 1111 | 0 | 1000101 | 101 | 1001001 | 1010111 | 111110 |
Color Harmonies of #CDF24A
Complementary color
Monochromatic Colors of #CDF24A
Black with #CDF24A
Text Example
Text Example
White with #CDF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF24A; }
p { color: rgb(205,242,74); }
H1.HeaderClassName
{
color: #CDF24A;
}
.AnyTagClassName
{
color: #CDF24A;
}
</style>
background-color css
<style>
a { background-color: #CDF24A; }
a { background-color: rgb(205,242,74); }
div.DivClassName
{
background-color: #CDF24A;
}
.BgClassName
{
background-color: #CDF24A;
}
</style>
border-color css
<style>
span { border-color: #CDF24A; }
span { border-color: rgb(205,242,74); }
td.TdClassName
{
border-color: #CDF24A;
}
.TagClassName
{
border-color: #CDF24A;
}
</style>