Shades of Pear #CDFC37
Tints of Pear #CDFC37
RGB
CMYK
RGB Variations
Color information
#CDFC37 (or 0xCDFC37) is known color: Pear. HEX triplet: CD, FC and 37. RGB value is (205,252,55). Sum of RGB (Red+Green+Blue) = 205+252+55=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFC37 is #3203C8. Grayscale: #D8D8D8. Windows color (decimal): -3277769 or 3669197. OLE color: 3669197.
HSL color Cylindrical-coordinate representation of color #CDFC37: hue angle of 74.31º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDFC37 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 55 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.01 |
| HSL | 74.31º | 0.97% | 0.6% | - |
| HSV(B) | 74.31º | 0.78% | 0.99% | - |
| XYZ | 60.68 | 82.88 | 16.41 | - |
| YUV | 215.49 | 37.43 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 55 | 0.19 | 0 | 0.78 | 0.01 | 74.31 | 0.97 | 0.6 |
| Hex | CD | FC | 37 | 13 | 0 | 4E | 1 | 4A | 61 | 3C |
| Octal | 315 | 374 | 67 | 23 | 0 | 116 | 1 | 112 | 141 | 74 |
| Binary | 11001101 | 11111100 | 110111 | 10011 | 0 | 1001110 | 1 | 1001010 | 1100001 | 111100 |
Color Harmonies of #CDFC37
Complementary color
Monochromatic Colors of #CDFC37
Black with #CDFC37
Text Example
Text Example
White with #CDFC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC37; }
p { color: rgb(205,252,55); }
H1.HeaderClassName
{
color: #CDFC37;
}
.AnyTagClassName
{
color: #CDFC37;
}
</style>
background-color css
<style>
a { background-color: #CDFC37; }
a { background-color: rgb(205,252,55); }
div.DivClassName
{
background-color: #CDFC37;
}
.BgClassName
{
background-color: #CDFC37;
}
</style>
border-color css
<style>
span { border-color: #CDFC37; }
span { border-color: rgb(205,252,55); }
td.TdClassName
{
border-color: #CDFC37;
}
.TagClassName
{
border-color: #CDFC37;
}
</style>