Shades of Pear #CDF241
Tints of Pear #CDF241
RGB
CMYK
RGB Variations
Color information
#CDF241 (or 0xCDF241) is known color: Pear. HEX triplet: CD, F2 and 41. RGB value is (205,242,65). Sum of RGB (Red+Green+Blue) = 205+242+65=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF241 is #320DBE. Grayscale: #D3D3D3. Windows color (decimal): -3280319 or 4321997. OLE color: 4321997.
HSL color Cylindrical-coordinate representation of color #CDF241: hue angle of 72.54º 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 #CDF241 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 65 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.05 |
| HSL | 72.54º | 0.87% | 0.6% | - |
| HSV(B) | 72.54º | 0.73% | 0.95% | - |
| XYZ | 57.88 | 76.87 | 16.79 | - |
| YUV | 210.76 | 45.74 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 65 | 0.15 | 0 | 0.73 | 0.05 | 72.54 | 0.87 | 0.6 |
| Hex | CD | F2 | 41 | F | 0 | 49 | 5 | 49 | 57 | 3C |
| Octal | 315 | 362 | 101 | 17 | 0 | 111 | 5 | 111 | 127 | 74 |
| Binary | 11001101 | 11110010 | 1000001 | 1111 | 0 | 1001001 | 101 | 1001001 | 1010111 | 111100 |
Color Harmonies of #CDF241
Complementary color
Monochromatic Colors of #CDF241
Black with #CDF241
Text Example
Text Example
White with #CDF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF241; }
p { color: rgb(205,242,65); }
H1.HeaderClassName
{
color: #CDF241;
}
.AnyTagClassName
{
color: #CDF241;
}
</style>
background-color css
<style>
a { background-color: #CDF241; }
a { background-color: rgb(205,242,65); }
div.DivClassName
{
background-color: #CDF241;
}
.BgClassName
{
background-color: #CDF241;
}
</style>
border-color css
<style>
span { border-color: #CDF241; }
span { border-color: rgb(205,242,65); }
td.TdClassName
{
border-color: #CDF241;
}
.TagClassName
{
border-color: #CDF241;
}
</style>