Shades of Pear #CDF921
Tints of Pear #CDF921
RGB
CMYK
RGB Variations
Color information
#CDF921 (or 0xCDF921) is known color: Pear. HEX triplet: CD, F9 and 21. RGB value is (205,249,33). Sum of RGB (Red+Green+Blue) = 205+249+33=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF921 is #3206DE. Grayscale: #D4D4D4. Windows color (decimal): -3278559 or 2226637. OLE color: 2226637.
HSL color Cylindrical-coordinate representation of color #CDF921: hue angle of 72.22º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDF921 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 33 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.02 |
| HSL | 72.22º | 0.95% | 0.55% | - |
| HSV(B) | 72.22º | 0.87% | 0.98% | - |
| XYZ | 59.33 | 80.84 | 13.92 | - |
| YUV | 211.22 | 27.42 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 33 | 0.18 | 0 | 0.87 | 0.02 | 72.22 | 0.95 | 0.55 |
| Hex | CD | F9 | 21 | 12 | 0 | 57 | 2 | 48 | 5F | 37 |
| Octal | 315 | 371 | 41 | 22 | 0 | 127 | 2 | 110 | 137 | 67 |
| Binary | 11001101 | 11111001 | 100001 | 10010 | 0 | 1010111 | 10 | 1001000 | 1011111 | 110111 |
Color Harmonies of #CDF921
Complementary color
Monochromatic Colors of #CDF921
Black with #CDF921
Text Example
Text Example
White with #CDF921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF921; }
p { color: rgb(205,249,33); }
H1.HeaderClassName
{
color: #CDF921;
}
.AnyTagClassName
{
color: #CDF921;
}
</style>
background-color css
<style>
a { background-color: #CDF921; }
a { background-color: rgb(205,249,33); }
div.DivClassName
{
background-color: #CDF921;
}
.BgClassName
{
background-color: #CDF921;
}
</style>
border-color css
<style>
span { border-color: #CDF921; }
span { border-color: rgb(205,249,33); }
td.TdClassName
{
border-color: #CDF921;
}
.TagClassName
{
border-color: #CDF921;
}
</style>