Shades of Pear #CDF326
Tints of Pear #CDF326
RGB
CMYK
RGB Variations
Color information
#CDF326 (or 0xCDF326) is known color: Pear. HEX triplet: CD, F3 and 26. RGB value is (205,243,38). Sum of RGB (Red+Green+Blue) = 205+243+38=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 38 (15.23% from 255 or 7.82% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF326 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF326 is #320CD9. Grayscale: #D1D1D1. Windows color (decimal): -3280090 or 2552781. OLE color: 2552781.
HSL color Cylindrical-coordinate representation of color #CDF326: hue angle of 71.12º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDF326 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 38 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.05 |
| HSL | 71.12º | 0.9% | 0.55% | - |
| HSV(B) | 71.12º | 0.84% | 0.95% | - |
| XYZ | 57.58 | 77.22 | 13.7 | - |
| YUV | 208.27 | 31.91 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 38 | 0.16 | 0 | 0.84 | 0.05 | 71.12 | 0.9 | 0.55 |
| Hex | CD | F3 | 26 | 10 | 0 | 54 | 5 | 47 | 5A | 37 |
| Octal | 315 | 363 | 46 | 20 | 0 | 124 | 5 | 107 | 132 | 67 |
| Binary | 11001101 | 11110011 | 100110 | 10000 | 0 | 1010100 | 101 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CDF326
Complementary color
Monochromatic Colors of #CDF326
Black with #CDF326
Text Example
Text Example
White with #CDF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF326; }
p { color: rgb(205,243,38); }
H1.HeaderClassName
{
color: #CDF326;
}
.AnyTagClassName
{
color: #CDF326;
}
</style>
background-color css
<style>
a { background-color: #CDF326; }
a { background-color: rgb(205,243,38); }
div.DivClassName
{
background-color: #CDF326;
}
.BgClassName
{
background-color: #CDF326;
}
</style>
border-color css
<style>
span { border-color: #CDF326; }
span { border-color: rgb(205,243,38); }
td.TdClassName
{
border-color: #CDF326;
}
.TagClassName
{
border-color: #CDF326;
}
</style>