Shades of Pear #CDFF34
Tints of Pear #CDFF34
RGB
CMYK
RGB Variations
Color information
#CDFF34 (or 0xCDFF34) is known color: Pear. HEX triplet: CD, FF and 34. RGB value is (205,255,52). Sum of RGB (Red+Green+Blue) = 205+255+52=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 52 (20.70% from 255 or 10.16% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF34 is #3200CB. Grayscale: #D9D9D9. Windows color (decimal): -3277004 or 3473357. OLE color: 3473357.
HSL color Cylindrical-coordinate representation of color #CDFF34: hue angle of 74.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDFF34 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 52 | - |
| CMYK | 0.20 | 0 | 0.80 | 0 |
| HSL | 74.78º | 1% | 0.6% | - |
| HSV(B) | 74.78º | 0.8% | 1% | - |
| XYZ | 61.56 | 84.75 | 16.36 | - |
| YUV | 216.91 | 34.94 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 52 | 0.20 | 0 | 0.80 | 0 | 74.78 | 1 | 0.6 |
| Hex | CD | FF | 34 | 14 | 0 | 50 | 0 | 4B | 64 | 3C |
| Octal | 315 | 377 | 64 | 24 | 0 | 120 | 0 | 113 | 144 | 74 |
| Binary | 11001101 | 11111111 | 110100 | 10100 | 0 | 1010000 | 0 | 1001011 | 1100100 | 111100 |
Color Harmonies of #CDFF34
Complementary color
Monochromatic Colors of #CDFF34
Black with #CDFF34
Text Example
Text Example
White with #CDFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF34; }
p { color: rgb(205,255,52); }
H1.HeaderClassName
{
color: #CDFF34;
}
.AnyTagClassName
{
color: #CDFF34;
}
</style>
background-color css
<style>
a { background-color: #CDFF34; }
a { background-color: rgb(205,255,52); }
div.DivClassName
{
background-color: #CDFF34;
}
.BgClassName
{
background-color: #CDFF34;
}
</style>
border-color css
<style>
span { border-color: #CDFF34; }
span { border-color: rgb(205,255,52); }
td.TdClassName
{
border-color: #CDFF34;
}
.TagClassName
{
border-color: #CDFF34;
}
</style>