Shades of Pear #CDF93F
Tints of Pear #CDF93F
RGB
CMYK
RGB Variations
Color information
#CDF93F (or 0xCDF93F) is known color: Pear. HEX triplet: CD, F9 and 3F. RGB value is (205,249,63). Sum of RGB (Red+Green+Blue) = 205+249+63=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF93F is #3206C0. Grayscale: #D7D7D7. Windows color (decimal): -3278529 or 4192717. OLE color: 4192717.
HSL color Cylindrical-coordinate representation of color #CDF93F: hue angle of 74.19º 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 #CDF93F is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 63 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.02 |
| HSL | 74.19º | 0.94% | 0.61% | - |
| HSV(B) | 74.19º | 0.75% | 0.98% | - |
| XYZ | 59.95 | 81.09 | 17.19 | - |
| YUV | 214.64 | 42.42 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 63 | 0.18 | 0 | 0.75 | 0.02 | 74.19 | 0.94 | 0.61 |
| Hex | CD | F9 | 3F | 12 | 0 | 4B | 2 | 4A | 5E | 3D |
| Octal | 315 | 371 | 77 | 22 | 0 | 113 | 2 | 112 | 136 | 75 |
| Binary | 11001101 | 11111001 | 111111 | 10010 | 0 | 1001011 | 10 | 1001010 | 1011110 | 111101 |
Color Harmonies of #CDF93F
Complementary color
Monochromatic Colors of #CDF93F
Black with #CDF93F
Text Example
Text Example
White with #CDF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF93F; }
p { color: rgb(205,249,63); }
H1.HeaderClassName
{
color: #CDF93F;
}
.AnyTagClassName
{
color: #CDF93F;
}
</style>
background-color css
<style>
a { background-color: #CDF93F; }
a { background-color: rgb(205,249,63); }
div.DivClassName
{
background-color: #CDF93F;
}
.BgClassName
{
background-color: #CDF93F;
}
</style>
border-color css
<style>
span { border-color: #CDF93F; }
span { border-color: rgb(205,249,63); }
td.TdClassName
{
border-color: #CDF93F;
}
.TagClassName
{
border-color: #CDF93F;
}
</style>