Shades of Pear #CDFB42
Tints of Pear #CDFB42
RGB
CMYK
RGB Variations
Color information
#CDFB42 (or 0xCDFB42) is known color: Pear. HEX triplet: CD, FB and 42. RGB value is (205,251,66). Sum of RGB (Red+Green+Blue) = 205+251+66=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFB42 is #3204BD. Grayscale: #D8D8D8. Windows color (decimal): -3278014 or 4389837. OLE color: 4389837.
HSL color Cylindrical-coordinate representation of color #CDFB42: hue angle of 74.92º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDFB42 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 66 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.02 |
| HSL | 74.92º | 0.96% | 0.62% | - |
| HSV(B) | 74.92º | 0.74% | 0.98% | - |
| XYZ | 60.66 | 82.37 | 17.86 | - |
| YUV | 216.16 | 43.26 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 66 | 0.18 | 0 | 0.74 | 0.02 | 74.92 | 0.96 | 0.62 |
| Hex | CD | FB | 42 | 12 | 0 | 4A | 2 | 4B | 60 | 3E |
| Octal | 315 | 373 | 102 | 22 | 0 | 112 | 2 | 113 | 140 | 76 |
| Binary | 11001101 | 11111011 | 1000010 | 10010 | 0 | 1001010 | 10 | 1001011 | 1100000 | 111110 |
Color Harmonies of #CDFB42
Complementary color
Monochromatic Colors of #CDFB42
Black with #CDFB42
Text Example
Text Example
White with #CDFB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB42; }
p { color: rgb(205,251,66); }
H1.HeaderClassName
{
color: #CDFB42;
}
.AnyTagClassName
{
color: #CDFB42;
}
</style>
background-color css
<style>
a { background-color: #CDFB42; }
a { background-color: rgb(205,251,66); }
div.DivClassName
{
background-color: #CDFB42;
}
.BgClassName
{
background-color: #CDFB42;
}
</style>
border-color css
<style>
span { border-color: #CDFB42; }
span { border-color: rgb(205,251,66); }
td.TdClassName
{
border-color: #CDFB42;
}
.TagClassName
{
border-color: #CDFB42;
}
</style>