Shades of Pear #CDF143
Tints of Pear #CDF143
RGB
CMYK
RGB Variations
Color information
#CDF143 (or 0xCDF143) is known color: Pear. HEX triplet: CD, F1 and 43. RGB value is (205,241,67). Sum of RGB (Red+Green+Blue) = 205+241+67=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF143 is #320EBC. Grayscale: #D3D3D3. Windows color (decimal): -3280573 or 4452813. OLE color: 4452813.
HSL color Cylindrical-coordinate representation of color #CDF143: hue angle of 72.41º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDF143 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 67 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.05 |
| HSL | 72.41º | 0.86% | 0.6% | - |
| HSV(B) | 72.41º | 0.72% | 0.95% | - |
| XYZ | 57.65 | 76.29 | 17 | - |
| YUV | 210.4 | 47.07 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 67 | 0.15 | 0 | 0.72 | 0.05 | 72.41 | 0.86 | 0.6 |
| Hex | CD | F1 | 43 | F | 0 | 48 | 5 | 48 | 56 | 3C |
| Octal | 315 | 361 | 103 | 17 | 0 | 110 | 5 | 110 | 126 | 74 |
| Binary | 11001101 | 11110001 | 1000011 | 1111 | 0 | 1001000 | 101 | 1001000 | 1010110 | 111100 |
Color Harmonies of #CDF143
Complementary color
Monochromatic Colors of #CDF143
Black with #CDF143
Text Example
Text Example
White with #CDF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF143; }
p { color: rgb(205,241,67); }
H1.HeaderClassName
{
color: #CDF143;
}
.AnyTagClassName
{
color: #CDF143;
}
</style>
background-color css
<style>
a { background-color: #CDF143; }
a { background-color: rgb(205,241,67); }
div.DivClassName
{
background-color: #CDF143;
}
.BgClassName
{
background-color: #CDF143;
}
</style>
border-color css
<style>
span { border-color: #CDF143; }
span { border-color: rgb(205,241,67); }
td.TdClassName
{
border-color: #CDF143;
}
.TagClassName
{
border-color: #CDF143;
}
</style>