Shades of Pear #CDF04A
Tints of Pear #CDF04A
RGB
CMYK
RGB Variations
Color information
#CDF04A (or 0xCDF04A) is known color: Pear. HEX triplet: CD, F0 and 4A. RGB value is (205,240,74). Sum of RGB (Red+Green+Blue) = 205+240+74=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF04A is #320FB5. Grayscale: #D3D3D3. Windows color (decimal): -3280822 or 4911309. OLE color: 4911309.
HSL color Cylindrical-coordinate representation of color #CDF04A: hue angle of 72.65º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDF04A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 74 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.06 |
| HSL | 72.65º | 0.85% | 0.62% | - |
| HSV(B) | 72.65º | 0.69% | 0.94% | - |
| XYZ | 57.57 | 75.79 | 18.07 | - |
| YUV | 210.61 | 50.9 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 74 | 0.15 | 0 | 0.69 | 0.06 | 72.65 | 0.85 | 0.62 |
| Hex | CD | F0 | 4A | F | 0 | 45 | 6 | 49 | 55 | 3E |
| Octal | 315 | 360 | 112 | 17 | 0 | 105 | 6 | 111 | 125 | 76 |
| Binary | 11001101 | 11110000 | 1001010 | 1111 | 0 | 1000101 | 110 | 1001001 | 1010101 | 111110 |
Color Harmonies of #CDF04A
Complementary color
Monochromatic Colors of #CDF04A
Black with #CDF04A
Text Example
Text Example
White with #CDF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF04A; }
p { color: rgb(205,240,74); }
H1.HeaderClassName
{
color: #CDF04A;
}
.AnyTagClassName
{
color: #CDF04A;
}
</style>
background-color css
<style>
a { background-color: #CDF04A; }
a { background-color: rgb(205,240,74); }
div.DivClassName
{
background-color: #CDF04A;
}
.BgClassName
{
background-color: #CDF04A;
}
</style>
border-color css
<style>
span { border-color: #CDF04A; }
span { border-color: rgb(205,240,74); }
td.TdClassName
{
border-color: #CDF04A;
}
.TagClassName
{
border-color: #CDF04A;
}
</style>