Shades of Pear #CDF04C
Tints of Pear #CDF04C
RGB
CMYK
RGB Variations
Color information
#CDF04C (or 0xCDF04C) is known color: Pear. HEX triplet: CD, F0 and 4C. RGB value is (205,240,76). Sum of RGB (Red+Green+Blue) = 205+240+76=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF04C is #320FB3. Grayscale: #D3D3D3. Windows color (decimal): -3280820 or 5042381. OLE color: 5042381.
HSL color Cylindrical-coordinate representation of color #CDF04C: hue angle of 72.8º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDF04C is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 76 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.06 |
| HSL | 72.8º | 0.85% | 0.62% | - |
| HSV(B) | 72.8º | 0.68% | 0.94% | - |
| XYZ | 57.64 | 75.82 | 18.43 | - |
| YUV | 210.84 | 51.9 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 76 | 0.15 | 0 | 0.68 | 0.06 | 72.8 | 0.85 | 0.62 |
| Hex | CD | F0 | 4C | F | 0 | 44 | 6 | 49 | 55 | 3E |
| Octal | 315 | 360 | 114 | 17 | 0 | 104 | 6 | 111 | 125 | 76 |
| Binary | 11001101 | 11110000 | 1001100 | 1111 | 0 | 1000100 | 110 | 1001001 | 1010101 | 111110 |
Color Harmonies of #CDF04C
Complementary color
Monochromatic Colors of #CDF04C
Black with #CDF04C
Text Example
Text Example
White with #CDF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF04C; }
p { color: rgb(205,240,76); }
H1.HeaderClassName
{
color: #CDF04C;
}
.AnyTagClassName
{
color: #CDF04C;
}
</style>
background-color css
<style>
a { background-color: #CDF04C; }
a { background-color: rgb(205,240,76); }
div.DivClassName
{
background-color: #CDF04C;
}
.BgClassName
{
background-color: #CDF04C;
}
</style>
border-color css
<style>
span { border-color: #CDF04C; }
span { border-color: rgb(205,240,76); }
td.TdClassName
{
border-color: #CDF04C;
}
.TagClassName
{
border-color: #CDF04C;
}
</style>