Shades of Pear #CDF33E
Tints of Pear #CDF33E
RGB
CMYK
RGB Variations
Color information
#CDF33E (or 0xCDF33E) is known color: Pear. HEX triplet: CD, F3 and 3E. RGB value is (205,243,62). Sum of RGB (Red+Green+Blue) = 205+243+62=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF33E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF33E is #320CC1. Grayscale: #D3D3D3. Windows color (decimal): -3280066 or 4125645. OLE color: 4125645.
HSL color Cylindrical-coordinate representation of color #CDF33E: hue angle of 72.6º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDF33E is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 62 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.05 |
| HSL | 72.6º | 0.88% | 0.6% | - |
| HSV(B) | 72.6º | 0.74% | 0.95% | - |
| XYZ | 58.1 | 77.43 | 16.44 | - |
| YUV | 211 | 43.91 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 62 | 0.16 | 0 | 0.74 | 0.05 | 72.6 | 0.88 | 0.6 |
| Hex | CD | F3 | 3E | 10 | 0 | 4A | 5 | 49 | 58 | 3C |
| Octal | 315 | 363 | 76 | 20 | 0 | 112 | 5 | 111 | 130 | 74 |
| Binary | 11001101 | 11110011 | 111110 | 10000 | 0 | 1001010 | 101 | 1001001 | 1011000 | 111100 |
Color Harmonies of #CDF33E
Complementary color
Monochromatic Colors of #CDF33E
Black with #CDF33E
Text Example
Text Example
White with #CDF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF33E; }
p { color: rgb(205,243,62); }
H1.HeaderClassName
{
color: #CDF33E;
}
.AnyTagClassName
{
color: #CDF33E;
}
</style>
background-color css
<style>
a { background-color: #CDF33E; }
a { background-color: rgb(205,243,62); }
div.DivClassName
{
background-color: #CDF33E;
}
.BgClassName
{
background-color: #CDF33E;
}
</style>
border-color css
<style>
span { border-color: #CDF33E; }
span { border-color: rgb(205,243,62); }
td.TdClassName
{
border-color: #CDF33E;
}
.TagClassName
{
border-color: #CDF33E;
}
</style>