Shades of Pear #CDEF33
Tints of Pear #CDEF33
RGB
CMYK
RGB Variations
Color information
#CDEF33 (or 0xCDEF33) is known color: Pear. HEX triplet: CD, EF and 33. RGB value is (205,239,51). Sum of RGB (Red+Green+Blue) = 205+239+51=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF33 is #3210CC. Grayscale: #D0D0D0. Windows color (decimal): -3281101 or 3403725. OLE color: 3403725.
HSL color Cylindrical-coordinate representation of color #CDEF33: hue angle of 70.85º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDEF33 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 51 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.06 |
| HSL | 70.85º | 0.85% | 0.57% | - |
| HSV(B) | 70.85º | 0.79% | 0.94% | - |
| XYZ | 56.64 | 74.95 | 14.61 | - |
| YUV | 207.4 | 39.74 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 51 | 0.14 | 0 | 0.79 | 0.06 | 70.85 | 0.85 | 0.57 |
| Hex | CD | EF | 33 | E | 0 | 4F | 6 | 47 | 55 | 39 |
| Octal | 315 | 357 | 63 | 16 | 0 | 117 | 6 | 107 | 125 | 71 |
| Binary | 11001101 | 11101111 | 110011 | 1110 | 0 | 1001111 | 110 | 1000111 | 1010101 | 111001 |
Color Harmonies of #CDEF33
Complementary color
Monochromatic Colors of #CDEF33
Black with #CDEF33
Text Example
Text Example
White with #CDEF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF33; }
p { color: rgb(205,239,51); }
H1.HeaderClassName
{
color: #CDEF33;
}
.AnyTagClassName
{
color: #CDEF33;
}
</style>
background-color css
<style>
a { background-color: #CDEF33; }
a { background-color: rgb(205,239,51); }
div.DivClassName
{
background-color: #CDEF33;
}
.BgClassName
{
background-color: #CDEF33;
}
</style>
border-color css
<style>
span { border-color: #CDEF33; }
span { border-color: rgb(205,239,51); }
td.TdClassName
{
border-color: #CDEF33;
}
.TagClassName
{
border-color: #CDEF33;
}
</style>