Shades of Pear #CDF93E
Tints of Pear #CDF93E
RGB
CMYK
RGB Variations
Color information
#CDF93E (or 0xCDF93E) is known color: Pear. HEX triplet: CD, F9 and 3E. RGB value is (205,249,62). Sum of RGB (Red+Green+Blue) = 205+249+62=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 62 (24.61% from 255 or 12.02% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF93E is #3206C1. Grayscale: #D7D7D7. Windows color (decimal): -3278530 or 4127181. OLE color: 4127181.
HSL color Cylindrical-coordinate representation of color #CDF93E: hue angle of 74.12º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDF93E is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 62 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.02 |
| HSL | 74.12º | 0.94% | 0.61% | - |
| HSV(B) | 74.12º | 0.75% | 0.98% | - |
| XYZ | 59.92 | 81.08 | 17.05 | - |
| YUV | 214.53 | 41.92 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 62 | 0.18 | 0 | 0.75 | 0.02 | 74.12 | 0.94 | 0.61 |
| Hex | CD | F9 | 3E | 12 | 0 | 4B | 2 | 4A | 5E | 3D |
| Octal | 315 | 371 | 76 | 22 | 0 | 113 | 2 | 112 | 136 | 75 |
| Binary | 11001101 | 11111001 | 111110 | 10010 | 0 | 1001011 | 10 | 1001010 | 1011110 | 111101 |
Color Harmonies of #CDF93E
Complementary color
Monochromatic Colors of #CDF93E
Black with #CDF93E
Text Example
Text Example
White with #CDF93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF93E; }
p { color: rgb(205,249,62); }
H1.HeaderClassName
{
color: #CDF93E;
}
.AnyTagClassName
{
color: #CDF93E;
}
</style>
background-color css
<style>
a { background-color: #CDF93E; }
a { background-color: rgb(205,249,62); }
div.DivClassName
{
background-color: #CDF93E;
}
.BgClassName
{
background-color: #CDF93E;
}
</style>
border-color css
<style>
span { border-color: #CDF93E; }
span { border-color: rgb(205,249,62); }
td.TdClassName
{
border-color: #CDF93E;
}
.TagClassName
{
border-color: #CDF93E;
}
</style>