Shades of Pear #CDF01A
Tints of Pear #CDF01A
RGB
CMYK
RGB Variations
Color information
#CDF01A (or 0xCDF01A) is known color: Pear. HEX triplet: CD, F0 and 1A. RGB value is (205,240,26). Sum of RGB (Red+Green+Blue) = 205+240+26=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF01A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF01A is #320FE5. Grayscale: #CDCDCD. Windows color (decimal): -3280870 or 1765581. OLE color: 1765581.
HSL color Cylindrical-coordinate representation of color #CDF01A: hue angle of 69.81º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDF01A is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 26 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.06 |
| HSL | 69.81º | 0.88% | 0.52% | - |
| HSV(B) | 69.81º | 0.89% | 0.94% | - |
| XYZ | 56.52 | 75.37 | 12.55 | - |
| YUV | 205.14 | 26.9 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 26 | 0.15 | 0 | 0.89 | 0.06 | 69.81 | 0.88 | 0.52 |
| Hex | CD | F0 | 1A | F | 0 | 59 | 6 | 46 | 58 | 34 |
| Octal | 315 | 360 | 32 | 17 | 0 | 131 | 6 | 106 | 130 | 64 |
| Binary | 11001101 | 11110000 | 11010 | 1111 | 0 | 1011001 | 110 | 1000110 | 1011000 | 110100 |
Color Harmonies of #CDF01A
Complementary color
Monochromatic Colors of #CDF01A
Black with #CDF01A
Text Example
Text Example
White with #CDF01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF01A; }
p { color: rgb(205,240,26); }
H1.HeaderClassName
{
color: #CDF01A;
}
.AnyTagClassName
{
color: #CDF01A;
}
</style>
background-color css
<style>
a { background-color: #CDF01A; }
a { background-color: rgb(205,240,26); }
div.DivClassName
{
background-color: #CDF01A;
}
.BgClassName
{
background-color: #CDF01A;
}
</style>
border-color css
<style>
span { border-color: #CDF01A; }
span { border-color: rgb(205,240,26); }
td.TdClassName
{
border-color: #CDF01A;
}
.TagClassName
{
border-color: #CDF01A;
}
</style>