Shades of Pear #CDF04D
Tints of Pear #CDF04D
RGB
CMYK
RGB Variations
Color information
#CDF04D (or 0xCDF04D) is known color: Pear. HEX triplet: CD, F0 and 4D. RGB value is (205,240,77). Sum of RGB (Red+Green+Blue) = 205+240+77=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF04D is #320FB2. Grayscale: #D3D3D3. Windows color (decimal): -3280819 or 5107917. OLE color: 5107917.
HSL color Cylindrical-coordinate representation of color #CDF04D: hue angle of 72.88º degrees, saturation: 0.84, 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 #CDF04D is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 77 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.06 |
| HSL | 72.88º | 0.84% | 0.62% | - |
| HSV(B) | 72.88º | 0.68% | 0.94% | - |
| XYZ | 57.68 | 75.84 | 18.62 | - |
| YUV | 210.95 | 52.4 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 77 | 0.15 | 0 | 0.68 | 0.06 | 72.88 | 0.84 | 0.62 |
| Hex | CD | F0 | 4D | F | 0 | 44 | 6 | 49 | 54 | 3E |
| Octal | 315 | 360 | 115 | 17 | 0 | 104 | 6 | 111 | 124 | 76 |
| Binary | 11001101 | 11110000 | 1001101 | 1111 | 0 | 1000100 | 110 | 1001001 | 1010100 | 111110 |
Color Harmonies of #CDF04D
Complementary color
Monochromatic Colors of #CDF04D
Black with #CDF04D
Text Example
Text Example
White with #CDF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF04D; }
p { color: rgb(205,240,77); }
H1.HeaderClassName
{
color: #CDF04D;
}
.AnyTagClassName
{
color: #CDF04D;
}
</style>
background-color css
<style>
a { background-color: #CDF04D; }
a { background-color: rgb(205,240,77); }
div.DivClassName
{
background-color: #CDF04D;
}
.BgClassName
{
background-color: #CDF04D;
}
</style>
border-color css
<style>
span { border-color: #CDF04D; }
span { border-color: rgb(205,240,77); }
td.TdClassName
{
border-color: #CDF04D;
}
.TagClassName
{
border-color: #CDF04D;
}
</style>