Shades of Pear #CDF34A
Tints of Pear #CDF34A
RGB
CMYK
RGB Variations
Color information
#CDF34A (or 0xCDF34A) is known color: Pear. HEX triplet: CD, F3 and 4A. RGB value is (205,243,74). Sum of RGB (Red+Green+Blue) = 205+243+74=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF34A is #320CB5. Grayscale: #D5D5D5. Windows color (decimal): -3280054 or 4912077. OLE color: 4912077.
HSL color Cylindrical-coordinate representation of color #CDF34A: hue angle of 73.49º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDF34A is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 74 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.05 |
| HSL | 73.49º | 0.88% | 0.62% | - |
| HSV(B) | 73.49º | 0.7% | 0.95% | - |
| XYZ | 58.46 | 77.57 | 18.37 | - |
| YUV | 212.37 | 49.91 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 74 | 0.16 | 0 | 0.70 | 0.05 | 73.49 | 0.88 | 0.62 |
| Hex | CD | F3 | 4A | 10 | 0 | 46 | 5 | 49 | 58 | 3E |
| Octal | 315 | 363 | 112 | 20 | 0 | 106 | 5 | 111 | 130 | 76 |
| Binary | 11001101 | 11110011 | 1001010 | 10000 | 0 | 1000110 | 101 | 1001001 | 1011000 | 111110 |
Color Harmonies of #CDF34A
Complementary color
Monochromatic Colors of #CDF34A
Black with #CDF34A
Text Example
Text Example
White with #CDF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF34A; }
p { color: rgb(205,243,74); }
H1.HeaderClassName
{
color: #CDF34A;
}
.AnyTagClassName
{
color: #CDF34A;
}
</style>
background-color css
<style>
a { background-color: #CDF34A; }
a { background-color: rgb(205,243,74); }
div.DivClassName
{
background-color: #CDF34A;
}
.BgClassName
{
background-color: #CDF34A;
}
</style>
border-color css
<style>
span { border-color: #CDF34A; }
span { border-color: rgb(205,243,74); }
td.TdClassName
{
border-color: #CDF34A;
}
.TagClassName
{
border-color: #CDF34A;
}
</style>