Shades of Pear #CDFB20
Tints of Pear #CDFB20
RGB
CMYK
RGB Variations
Color information
#CDFB20 (or 0xCDFB20) is known color: Pear. HEX triplet: CD, FB and 20. RGB value is (205,251,32). Sum of RGB (Red+Green+Blue) = 205+251+32=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFB20 is #3204DF. Grayscale: #D5D5D5. Windows color (decimal): -3278048 or 2161613. OLE color: 2161613.
HSL color Cylindrical-coordinate representation of color #CDFB20: hue angle of 72.6º degrees, saturation: 0.96, 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 #CDFB20 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 251 | 32 | - |
CMYK | 0.18 | 0 | 0.87 | 0.02 |
HSL | 72.6º | 0.96% | 0.55% | - |
HSV(B) | 72.6º | 0.87% | 0.98% | - |
XYZ | 59.93 | 82.08 | 14.05 | - |
YUV | 212.28 | 26.26 | 122.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 251 | 32 | 0.18 | 0 | 0.87 | 0.02 | 72.6 | 0.96 | 0.55 |
Hex | CD | FB | 20 | 12 | 0 | 57 | 2 | 49 | 60 | 37 |
Octal | 315 | 373 | 40 | 22 | 0 | 127 | 2 | 111 | 140 | 67 |
Binary | 11001101 | 11111011 | 100000 | 10010 | 0 | 1010111 | 10 | 1001001 | 1100000 | 110111 |
Color Harmonies of #CDFB20
Complementary color
Monochromatic Colors of #CDFB20
Black with #CDFB20
Text Example
Text Example
White with #CDFB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB20; }
p { color: rgb(205,251,32); }
H1.HeaderClassName
{
color: #CDFB20;
}
.AnyTagClassName
{
color: #CDFB20;
}
</style>
background-color css
<style>
a { background-color: #CDFB20; }
a { background-color: rgb(205,251,32); }
div.DivClassName
{
background-color: #CDFB20;
}
.BgClassName
{
background-color: #CDFB20;
}
</style>
border-color css
<style>
span { border-color: #CDFB20; }
span { border-color: rgb(205,251,32); }
td.TdClassName
{
border-color: #CDFB20;
}
.TagClassName
{
border-color: #CDFB20;
}
</style>