Shades of Pear #CDF144
Tints of Pear #CDF144
RGB
CMYK
RGB Variations
Color information
#CDF144 (or 0xCDF144) is known color: Pear. HEX triplet: CD, F1 and 44. RGB value is (205,241,68). Sum of RGB (Red+Green+Blue) = 205+241+68=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 68 (26.95% from 255 or 13.23% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF144 is #320EBB. Grayscale: #D3D3D3. Windows color (decimal): -3280572 or 4518349. OLE color: 4518349.
HSL color Cylindrical-coordinate representation of color #CDF144: hue angle of 72.49º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDF144 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 68 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.05 |
| HSL | 72.49º | 0.86% | 0.61% | - |
| HSV(B) | 72.49º | 0.72% | 0.95% | - |
| XYZ | 57.68 | 76.31 | 17.16 | - |
| YUV | 210.51 | 47.57 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 68 | 0.15 | 0 | 0.72 | 0.05 | 72.49 | 0.86 | 0.61 |
| Hex | CD | F1 | 44 | F | 0 | 48 | 5 | 48 | 56 | 3D |
| Octal | 315 | 361 | 104 | 17 | 0 | 110 | 5 | 110 | 126 | 75 |
| Binary | 11001101 | 11110001 | 1000100 | 1111 | 0 | 1001000 | 101 | 1001000 | 1010110 | 111101 |
Color Harmonies of #CDF144
Complementary color
Monochromatic Colors of #CDF144
Black with #CDF144
Text Example
Text Example
White with #CDF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF144; }
p { color: rgb(205,241,68); }
H1.HeaderClassName
{
color: #CDF144;
}
.AnyTagClassName
{
color: #CDF144;
}
</style>
background-color css
<style>
a { background-color: #CDF144; }
a { background-color: rgb(205,241,68); }
div.DivClassName
{
background-color: #CDF144;
}
.BgClassName
{
background-color: #CDF144;
}
</style>
border-color css
<style>
span { border-color: #CDF144; }
span { border-color: rgb(205,241,68); }
td.TdClassName
{
border-color: #CDF144;
}
.TagClassName
{
border-color: #CDF144;
}
</style>