Shades of Pear #CDF321
Tints of Pear #CDF321
RGB
CMYK
RGB Variations
Color information
#CDF321 (or 0xCDF321) is known color: Pear. HEX triplet: CD, F3 and 21. RGB value is (205,243,33). Sum of RGB (Red+Green+Blue) = 205+243+33=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF321 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF321 is #320CDE. Grayscale: #D0D0D0. Windows color (decimal): -3280095 or 2225101. OLE color: 2225101.
HSL color Cylindrical-coordinate representation of color #CDF321: hue angle of 70.86º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDF321 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 33 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.05 |
| HSL | 70.86º | 0.9% | 0.54% | - |
| HSV(B) | 70.86º | 0.86% | 0.95% | - |
| XYZ | 57.5 | 77.19 | 13.31 | - |
| YUV | 207.7 | 29.41 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 33 | 0.16 | 0 | 0.86 | 0.05 | 70.86 | 0.9 | 0.54 |
| Hex | CD | F3 | 21 | 10 | 0 | 56 | 5 | 47 | 5A | 36 |
| Octal | 315 | 363 | 41 | 20 | 0 | 126 | 5 | 107 | 132 | 66 |
| Binary | 11001101 | 11110011 | 100001 | 10000 | 0 | 1010110 | 101 | 1000111 | 1011010 | 110110 |
Color Harmonies of #CDF321
Complementary color
Monochromatic Colors of #CDF321
Black with #CDF321
Text Example
Text Example
White with #CDF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF321; }
p { color: rgb(205,243,33); }
H1.HeaderClassName
{
color: #CDF321;
}
.AnyTagClassName
{
color: #CDF321;
}
</style>
background-color css
<style>
a { background-color: #CDF321; }
a { background-color: rgb(205,243,33); }
div.DivClassName
{
background-color: #CDF321;
}
.BgClassName
{
background-color: #CDF321;
}
</style>
border-color css
<style>
span { border-color: #CDF321; }
span { border-color: rgb(205,243,33); }
td.TdClassName
{
border-color: #CDF321;
}
.TagClassName
{
border-color: #CDF321;
}
</style>