Shades of Pear #CDFF33
Tints of Pear #CDFF33
RGB
CMYK
RGB Variations
Color information
#CDFF33 (or 0xCDFF33) is known color: Pear. HEX triplet: CD, FF and 33. RGB value is (205,255,51). Sum of RGB (Red+Green+Blue) = 205+255+51=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 51 (20.31% from 255 or 9.98% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF33 is #3200CC. Grayscale: #D9D9D9. Windows color (decimal): -3277005 or 3407821. OLE color: 3407821.
HSL color Cylindrical-coordinate representation of color #CDFF33: hue angle of 74.71º 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 #CDFF33 is Cyan = 0.20, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 51 | - |
| CMYK | 0.20 | 0 | 0.8 | 0 |
| HSL | 74.71º | 1% | 0.6% | - |
| HSV(B) | 74.71º | 0.8% | 1% | - |
| XYZ | 61.53 | 84.74 | 16.24 | - |
| YUV | 216.79 | 34.44 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 51 | 0.20 | 0 | 0.8 | 0 | 74.71 | 1 | 0.6 |
| Hex | CD | FF | 33 | 14 | 0 | 50 | 0 | 4B | 64 | 3C |
| Octal | 315 | 377 | 63 | 24 | 0 | 120 | 0 | 113 | 144 | 74 |
| Binary | 11001101 | 11111111 | 110011 | 10100 | 0 | 1010000 | 0 | 1001011 | 1100100 | 111100 |
Color Harmonies of #CDFF33
Complementary color
Monochromatic Colors of #CDFF33
Black with #CDFF33
Text Example
Text Example
White with #CDFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF33; }
p { color: rgb(205,255,51); }
H1.HeaderClassName
{
color: #CDFF33;
}
.AnyTagClassName
{
color: #CDFF33;
}
</style>
background-color css
<style>
a { background-color: #CDFF33; }
a { background-color: rgb(205,255,51); }
div.DivClassName
{
background-color: #CDFF33;
}
.BgClassName
{
background-color: #CDFF33;
}
</style>
border-color css
<style>
span { border-color: #CDFF33; }
span { border-color: rgb(205,255,51); }
td.TdClassName
{
border-color: #CDFF33;
}
.TagClassName
{
border-color: #CDFF33;
}
</style>