Shades of Pear #CDF726
Tints of Pear #CDF726
RGB
CMYK
RGB Variations
Color information
#CDF726 (or 0xCDF726) is known color: Pear. HEX triplet: CD, F7 and 26. RGB value is (205,247,38). Sum of RGB (Red+Green+Blue) = 205+247+38=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF726 is #3208D9. Grayscale: #D3D3D3. Windows color (decimal): -3279066 or 2553805. OLE color: 2553805.
HSL color Cylindrical-coordinate representation of color #CDF726: hue angle of 72.06º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDF726 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 38 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.03 |
| HSL | 72.06º | 0.93% | 0.56% | - |
| HSV(B) | 72.06º | 0.85% | 0.97% | - |
| XYZ | 58.79 | 79.64 | 14.11 | - |
| YUV | 210.62 | 30.59 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 38 | 0.17 | 0 | 0.85 | 0.03 | 72.06 | 0.93 | 0.56 |
| Hex | CD | F7 | 26 | 11 | 0 | 55 | 3 | 48 | 5D | 38 |
| Octal | 315 | 367 | 46 | 21 | 0 | 125 | 3 | 110 | 135 | 70 |
| Binary | 11001101 | 11110111 | 100110 | 10001 | 0 | 1010101 | 11 | 1001000 | 1011101 | 111000 |
Color Harmonies of #CDF726
Complementary color
Monochromatic Colors of #CDF726
Black with #CDF726
Text Example
Text Example
White with #CDF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF726; }
p { color: rgb(205,247,38); }
H1.HeaderClassName
{
color: #CDF726;
}
.AnyTagClassName
{
color: #CDF726;
}
</style>
background-color css
<style>
a { background-color: #CDF726; }
a { background-color: rgb(205,247,38); }
div.DivClassName
{
background-color: #CDF726;
}
.BgClassName
{
background-color: #CDF726;
}
</style>
border-color css
<style>
span { border-color: #CDF726; }
span { border-color: rgb(205,247,38); }
td.TdClassName
{
border-color: #CDF726;
}
.TagClassName
{
border-color: #CDF726;
}
</style>