Shades of Pear #CDF64C
Tints of Pear #CDF64C
RGB
CMYK
RGB Variations
Color information
#CDF64C (or 0xCDF64C) is known color: Pear. HEX triplet: CD, F6 and 4C. RGB value is (205,246,76). Sum of RGB (Red+Green+Blue) = 205+246+76=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF64C is #3209B3. Grayscale: #D7D7D7. Windows color (decimal): -3279284 or 5043917. OLE color: 5043917.
HSL color Cylindrical-coordinate representation of color #CDF64C: hue angle of 74.47º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDF64C is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 76 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.04 |
| HSL | 74.47º | 0.9% | 0.63% | - |
| HSV(B) | 74.47º | 0.69% | 0.96% | - |
| XYZ | 59.44 | 79.41 | 19.03 | - |
| YUV | 214.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 76 | 0.17 | 0 | 0.69 | 0.04 | 74.47 | 0.9 | 0.63 |
| Hex | CD | F6 | 4C | 11 | 0 | 45 | 4 | 4A | 5A | 3F |
| Octal | 315 | 366 | 114 | 21 | 0 | 105 | 4 | 112 | 132 | 77 |
| Binary | 11001101 | 11110110 | 1001100 | 10001 | 0 | 1000101 | 100 | 1001010 | 1011010 | 111111 |
Color Harmonies of #CDF64C
Complementary color
Monochromatic Colors of #CDF64C
Black with #CDF64C
Text Example
Text Example
White with #CDF64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF64C; }
p { color: rgb(205,246,76); }
H1.HeaderClassName
{
color: #CDF64C;
}
.AnyTagClassName
{
color: #CDF64C;
}
</style>
background-color css
<style>
a { background-color: #CDF64C; }
a { background-color: rgb(205,246,76); }
div.DivClassName
{
background-color: #CDF64C;
}
.BgClassName
{
background-color: #CDF64C;
}
</style>
border-color css
<style>
span { border-color: #CDF64C; }
span { border-color: rgb(205,246,76); }
td.TdClassName
{
border-color: #CDF64C;
}
.TagClassName
{
border-color: #CDF64C;
}
</style>