Shades of Pear #CDFB3F
Tints of Pear #CDFB3F
RGB
CMYK
RGB Variations
Color information
#CDFB3F (or 0xCDFB3F) is known color: Pear. HEX triplet: CD, FB and 3F. RGB value is (205,251,63). Sum of RGB (Red+Green+Blue) = 205+251+63=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFB3F is #3204C0. Grayscale: #D8D8D8. Windows color (decimal): -3278017 or 4193229. OLE color: 4193229.
HSL color Cylindrical-coordinate representation of color #CDFB3F: hue angle of 74.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDFB3F is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 63 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.02 |
| HSL | 74.68º | 0.96% | 0.62% | - |
| HSV(B) | 74.68º | 0.75% | 0.98% | - |
| XYZ | 60.57 | 82.33 | 17.4 | - |
| YUV | 215.81 | 41.76 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 63 | 0.18 | 0 | 0.75 | 0.02 | 74.68 | 0.96 | 0.62 |
| Hex | CD | FB | 3F | 12 | 0 | 4B | 2 | 4B | 60 | 3E |
| Octal | 315 | 373 | 77 | 22 | 0 | 113 | 2 | 113 | 140 | 76 |
| Binary | 11001101 | 11111011 | 111111 | 10010 | 0 | 1001011 | 10 | 1001011 | 1100000 | 111110 |
Color Harmonies of #CDFB3F
Complementary color
Monochromatic Colors of #CDFB3F
Black with #CDFB3F
Text Example
Text Example
White with #CDFB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB3F; }
p { color: rgb(205,251,63); }
H1.HeaderClassName
{
color: #CDFB3F;
}
.AnyTagClassName
{
color: #CDFB3F;
}
</style>
background-color css
<style>
a { background-color: #CDFB3F; }
a { background-color: rgb(205,251,63); }
div.DivClassName
{
background-color: #CDFB3F;
}
.BgClassName
{
background-color: #CDFB3F;
}
</style>
border-color css
<style>
span { border-color: #CDFB3F; }
span { border-color: rgb(205,251,63); }
td.TdClassName
{
border-color: #CDFB3F;
}
.TagClassName
{
border-color: #CDFB3F;
}
</style>