Shades of Pear #CDF148
Tints of Pear #CDF148
RGB
CMYK
RGB Variations
Color information
#CDF148 (or 0xCDF148) is known color: Pear. HEX triplet: CD, F1 and 48. RGB value is (205,241,72). Sum of RGB (Red+Green+Blue) = 205+241+72=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF148 is #320EB7. Grayscale: #D3D3D3. Windows color (decimal): -3280568 or 4780493. OLE color: 4780493.
HSL color Cylindrical-coordinate representation of color #CDF148: hue angle of 72.78º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDF148 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 72 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.05 |
| HSL | 72.78º | 0.86% | 0.61% | - |
| HSV(B) | 72.78º | 0.7% | 0.95% | - |
| XYZ | 57.8 | 76.36 | 17.82 | - |
| YUV | 210.97 | 49.57 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 72 | 0.15 | 0 | 0.70 | 0.05 | 72.78 | 0.86 | 0.61 |
| Hex | CD | F1 | 48 | F | 0 | 46 | 5 | 49 | 56 | 3D |
| Octal | 315 | 361 | 110 | 17 | 0 | 106 | 5 | 111 | 126 | 75 |
| Binary | 11001101 | 11110001 | 1001000 | 1111 | 0 | 1000110 | 101 | 1001001 | 1010110 | 111101 |
Color Harmonies of #CDF148
Complementary color
Monochromatic Colors of #CDF148
Black with #CDF148
Text Example
Text Example
White with #CDF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF148; }
p { color: rgb(205,241,72); }
H1.HeaderClassName
{
color: #CDF148;
}
.AnyTagClassName
{
color: #CDF148;
}
</style>
background-color css
<style>
a { background-color: #CDF148; }
a { background-color: rgb(205,241,72); }
div.DivClassName
{
background-color: #CDF148;
}
.BgClassName
{
background-color: #CDF148;
}
</style>
border-color css
<style>
span { border-color: #CDF148; }
span { border-color: rgb(205,241,72); }
td.TdClassName
{
border-color: #CDF148;
}
.TagClassName
{
border-color: #CDF148;
}
</style>