Shades of Pear #CDF62F
Tints of Pear #CDF62F
RGB
CMYK
RGB Variations
Color information
#CDF62F (or 0xCDF62F) is known color: Pear. HEX triplet: CD, F6 and 2F. RGB value is (205,246,47). Sum of RGB (Red+Green+Blue) = 205+246+47=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 47 (18.75% from 255 or 9.44% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF62F is #3209D0. Grayscale: #D3D3D3. Windows color (decimal): -3279313 or 3143373. OLE color: 3143373.
HSL color Cylindrical-coordinate representation of color #CDF62F: hue angle of 72.36º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDF62F is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 47 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.04 |
| HSL | 72.36º | 0.92% | 0.57% | - |
| HSV(B) | 72.36º | 0.81% | 0.96% | - |
| XYZ | 58.65 | 79.1 | 14.87 | - |
| YUV | 211.06 | 35.42 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 47 | 0.17 | 0 | 0.81 | 0.04 | 72.36 | 0.92 | 0.57 |
| Hex | CD | F6 | 2F | 11 | 0 | 51 | 4 | 48 | 5C | 39 |
| Octal | 315 | 366 | 57 | 21 | 0 | 121 | 4 | 110 | 134 | 71 |
| Binary | 11001101 | 11110110 | 101111 | 10001 | 0 | 1010001 | 100 | 1001000 | 1011100 | 111001 |
Color Harmonies of #CDF62F
Complementary color
Monochromatic Colors of #CDF62F
Black with #CDF62F
Text Example
Text Example
White with #CDF62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF62F; }
p { color: rgb(205,246,47); }
H1.HeaderClassName
{
color: #CDF62F;
}
.AnyTagClassName
{
color: #CDF62F;
}
</style>
background-color css
<style>
a { background-color: #CDF62F; }
a { background-color: rgb(205,246,47); }
div.DivClassName
{
background-color: #CDF62F;
}
.BgClassName
{
background-color: #CDF62F;
}
</style>
border-color css
<style>
span { border-color: #CDF62F; }
span { border-color: rgb(205,246,47); }
td.TdClassName
{
border-color: #CDF62F;
}
.TagClassName
{
border-color: #CDF62F;
}
</style>