Shades of Pear #CDF64A
Tints of Pear #CDF64A
RGB
CMYK
RGB Variations
Color information
#CDF64A (or 0xCDF64A) is known color: Pear. HEX triplet: CD, F6 and 4A. RGB value is (205,246,74). Sum of RGB (Red+Green+Blue) = 205+246+74=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF64A is #3209B5. Grayscale: #D6D6D6. Windows color (decimal): -3279286 or 4912845. OLE color: 4912845.
HSL color Cylindrical-coordinate representation of color #CDF64A: hue angle of 74.3º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDF64A is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 74 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.04 |
| HSL | 74.3º | 0.91% | 0.63% | - |
| HSV(B) | 74.3º | 0.7% | 0.96% | - |
| XYZ | 59.37 | 79.39 | 18.67 | - |
| YUV | 214.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 74 | 0.17 | 0 | 0.70 | 0.04 | 74.3 | 0.91 | 0.63 |
| Hex | CD | F6 | 4A | 11 | 0 | 46 | 4 | 4A | 5B | 3F |
| Octal | 315 | 366 | 112 | 21 | 0 | 106 | 4 | 112 | 133 | 77 |
| Binary | 11001101 | 11110110 | 1001010 | 10001 | 0 | 1000110 | 100 | 1001010 | 1011011 | 111111 |
Color Harmonies of #CDF64A
Complementary color
Monochromatic Colors of #CDF64A
Black with #CDF64A
Text Example
Text Example
White with #CDF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF64A; }
p { color: rgb(205,246,74); }
H1.HeaderClassName
{
color: #CDF64A;
}
.AnyTagClassName
{
color: #CDF64A;
}
</style>
background-color css
<style>
a { background-color: #CDF64A; }
a { background-color: rgb(205,246,74); }
div.DivClassName
{
background-color: #CDF64A;
}
.BgClassName
{
background-color: #CDF64A;
}
</style>
border-color css
<style>
span { border-color: #CDF64A; }
span { border-color: rgb(205,246,74); }
td.TdClassName
{
border-color: #CDF64A;
}
.TagClassName
{
border-color: #CDF64A;
}
</style>