Shades of Pear #CDF342
Tints of Pear #CDF342
RGB
CMYK
RGB Variations
Color information
#CDF342 (or 0xCDF342) is known color: Pear. HEX triplet: CD, F3 and 42. RGB value is (205,243,66). Sum of RGB (Red+Green+Blue) = 205+243+66=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF342 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF342 is #320CBD. Grayscale: #D4D4D4. Windows color (decimal): -3280062 or 4387789. OLE color: 4387789.
HSL color Cylindrical-coordinate representation of color #CDF342: hue angle of 72.88º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDF342 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 66 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.05 |
| HSL | 72.88º | 0.88% | 0.61% | - |
| HSV(B) | 72.88º | 0.73% | 0.95% | - |
| XYZ | 58.21 | 77.47 | 17.04 | - |
| YUV | 211.46 | 45.91 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 66 | 0.16 | 0 | 0.73 | 0.05 | 72.88 | 0.88 | 0.61 |
| Hex | CD | F3 | 42 | 10 | 0 | 49 | 5 | 49 | 58 | 3D |
| Octal | 315 | 363 | 102 | 20 | 0 | 111 | 5 | 111 | 130 | 75 |
| Binary | 11001101 | 11110011 | 1000010 | 10000 | 0 | 1001001 | 101 | 1001001 | 1011000 | 111101 |
Color Harmonies of #CDF342
Complementary color
Monochromatic Colors of #CDF342
Black with #CDF342
Text Example
Text Example
White with #CDF342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF342; }
p { color: rgb(205,243,66); }
H1.HeaderClassName
{
color: #CDF342;
}
.AnyTagClassName
{
color: #CDF342;
}
</style>
background-color css
<style>
a { background-color: #CDF342; }
a { background-color: rgb(205,243,66); }
div.DivClassName
{
background-color: #CDF342;
}
.BgClassName
{
background-color: #CDF342;
}
</style>
border-color css
<style>
span { border-color: #CDF342; }
span { border-color: rgb(205,243,66); }
td.TdClassName
{
border-color: #CDF342;
}
.TagClassName
{
border-color: #CDF342;
}
</style>