Shades of Pear #CDF237
Tints of Pear #CDF237
RGB
CMYK
RGB Variations
Color information
#CDF237 (or 0xCDF237) is known color: Pear. HEX triplet: CD, F2 and 37. RGB value is (205,242,55). Sum of RGB (Red+Green+Blue) = 205+242+55=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 55 (21.88% from 255 or 10.96% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF237 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF237 is #320DC8. Grayscale: #D2D2D2. Windows color (decimal): -3280329 or 3666637. OLE color: 3666637.
HSL color Cylindrical-coordinate representation of color #CDF237: hue angle of 71.87º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDF237 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 55 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.05 |
| HSL | 71.87º | 0.88% | 0.58% | - |
| HSV(B) | 71.87º | 0.77% | 0.95% | - |
| XYZ | 57.62 | 76.76 | 15.39 | - |
| YUV | 209.62 | 40.74 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 55 | 0.15 | 0 | 0.77 | 0.05 | 71.87 | 0.88 | 0.58 |
| Hex | CD | F2 | 37 | F | 0 | 4D | 5 | 48 | 58 | 3A |
| Octal | 315 | 362 | 67 | 17 | 0 | 115 | 5 | 110 | 130 | 72 |
| Binary | 11001101 | 11110010 | 110111 | 1111 | 0 | 1001101 | 101 | 1001000 | 1011000 | 111010 |
Color Harmonies of #CDF237
Complementary color
Monochromatic Colors of #CDF237
Black with #CDF237
Text Example
Text Example
White with #CDF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF237; }
p { color: rgb(205,242,55); }
H1.HeaderClassName
{
color: #CDF237;
}
.AnyTagClassName
{
color: #CDF237;
}
</style>
background-color css
<style>
a { background-color: #CDF237; }
a { background-color: rgb(205,242,55); }
div.DivClassName
{
background-color: #CDF237;
}
.BgClassName
{
background-color: #CDF237;
}
</style>
border-color css
<style>
span { border-color: #CDF237; }
span { border-color: rgb(205,242,55); }
td.TdClassName
{
border-color: #CDF237;
}
.TagClassName
{
border-color: #CDF237;
}
</style>