Shades of Pear #CDF242
Tints of Pear #CDF242
RGB
CMYK
RGB Variations
Color information
#CDF242 (or 0xCDF242) is known color: Pear. HEX triplet: CD, F2 and 42. RGB value is (205,242,66). Sum of RGB (Red+Green+Blue) = 205+242+66=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF242 is #320DBD. Grayscale: #D3D3D3. Windows color (decimal): -3280318 or 4387533. OLE color: 4387533.
HSL color Cylindrical-coordinate representation of color #CDF242: hue angle of 72.61º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDF242 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 66 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.05 |
| HSL | 72.61º | 0.87% | 0.6% | - |
| HSV(B) | 72.61º | 0.73% | 0.95% | - |
| XYZ | 57.91 | 76.88 | 16.94 | - |
| YUV | 210.87 | 46.24 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 66 | 0.15 | 0 | 0.73 | 0.05 | 72.61 | 0.87 | 0.6 |
| Hex | CD | F2 | 42 | F | 0 | 49 | 5 | 49 | 57 | 3C |
| Octal | 315 | 362 | 102 | 17 | 0 | 111 | 5 | 111 | 127 | 74 |
| Binary | 11001101 | 11110010 | 1000010 | 1111 | 0 | 1001001 | 101 | 1001001 | 1010111 | 111100 |
Color Harmonies of #CDF242
Complementary color
Monochromatic Colors of #CDF242
Black with #CDF242
Text Example
Text Example
White with #CDF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF242; }
p { color: rgb(205,242,66); }
H1.HeaderClassName
{
color: #CDF242;
}
.AnyTagClassName
{
color: #CDF242;
}
</style>
background-color css
<style>
a { background-color: #CDF242; }
a { background-color: rgb(205,242,66); }
div.DivClassName
{
background-color: #CDF242;
}
.BgClassName
{
background-color: #CDF242;
}
</style>
border-color css
<style>
span { border-color: #CDF242; }
span { border-color: rgb(205,242,66); }
td.TdClassName
{
border-color: #CDF242;
}
.TagClassName
{
border-color: #CDF242;
}
</style>