Shades of Pear #CDFF37
Tints of Pear #CDFF37
RGB
CMYK
RGB Variations
Color information
#CDFF37 (or 0xCDFF37) is known color: Pear. HEX triplet: CD, FF and 37. RGB value is (205,255,55). Sum of RGB (Red+Green+Blue) = 205+255+55=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 55 (21.88% from 255 or 10.68% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF37 is #3200C8. Grayscale: #DADADA. Windows color (decimal): -3277001 or 3669965. OLE color: 3669965.
HSL color Cylindrical-coordinate representation of color #CDFF37: hue angle of 75º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDFF37 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 55 | - |
| CMYK | 0.20 | 0 | 0.78 | 0 |
| HSL | 75º | 1% | 0.61% | - |
| HSV(B) | 75º | 0.78% | 1% | - |
| XYZ | 61.63 | 84.77 | 16.73 | - |
| YUV | 217.25 | 36.44 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 55 | 0.20 | 0 | 0.78 | 0 | 75 | 1 | 0.61 |
| Hex | CD | FF | 37 | 14 | 0 | 4E | 0 | 4B | 64 | 3D |
| Octal | 315 | 377 | 67 | 24 | 0 | 116 | 0 | 113 | 144 | 75 |
| Binary | 11001101 | 11111111 | 110111 | 10100 | 0 | 1001110 | 0 | 1001011 | 1100100 | 111101 |
Color Harmonies of #CDFF37
Complementary color
Monochromatic Colors of #CDFF37
Black with #CDFF37
Text Example
Text Example
White with #CDFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF37; }
p { color: rgb(205,255,55); }
H1.HeaderClassName
{
color: #CDFF37;
}
.AnyTagClassName
{
color: #CDFF37;
}
</style>
background-color css
<style>
a { background-color: #CDFF37; }
a { background-color: rgb(205,255,55); }
div.DivClassName
{
background-color: #CDFF37;
}
.BgClassName
{
background-color: #CDFF37;
}
</style>
border-color css
<style>
span { border-color: #CDFF37; }
span { border-color: rgb(205,255,55); }
td.TdClassName
{
border-color: #CDFF37;
}
.TagClassName
{
border-color: #CDFF37;
}
</style>