Shades of Pear #CDF93C
Tints of Pear #CDF93C
RGB
CMYK
RGB Variations
Color information
#CDF93C (or 0xCDF93C) is known color: Pear. HEX triplet: CD, F9 and 3C. RGB value is (205,249,60). Sum of RGB (Red+Green+Blue) = 205+249+60=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF93C is #3206C3. Grayscale: #D7D7D7. Windows color (decimal): -3278532 or 3996109. OLE color: 3996109.
HSL color Cylindrical-coordinate representation of color #CDF93C: hue angle of 73.97º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDF93C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 60 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.02 |
| HSL | 73.97º | 0.94% | 0.61% | - |
| HSV(B) | 73.97º | 0.76% | 0.98% | - |
| XYZ | 59.87 | 81.06 | 16.77 | - |
| YUV | 214.3 | 40.92 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 60 | 0.18 | 0 | 0.76 | 0.02 | 73.97 | 0.94 | 0.61 |
| Hex | CD | F9 | 3C | 12 | 0 | 4C | 2 | 4A | 5E | 3D |
| Octal | 315 | 371 | 74 | 22 | 0 | 114 | 2 | 112 | 136 | 75 |
| Binary | 11001101 | 11111001 | 111100 | 10010 | 0 | 1001100 | 10 | 1001010 | 1011110 | 111101 |
Color Harmonies of #CDF93C
Complementary color
Monochromatic Colors of #CDF93C
Black with #CDF93C
Text Example
Text Example
White with #CDF93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF93C; }
p { color: rgb(205,249,60); }
H1.HeaderClassName
{
color: #CDF93C;
}
.AnyTagClassName
{
color: #CDF93C;
}
</style>
background-color css
<style>
a { background-color: #CDF93C; }
a { background-color: rgb(205,249,60); }
div.DivClassName
{
background-color: #CDF93C;
}
.BgClassName
{
background-color: #CDF93C;
}
</style>
border-color css
<style>
span { border-color: #CDF93C; }
span { border-color: rgb(205,249,60); }
td.TdClassName
{
border-color: #CDF93C;
}
.TagClassName
{
border-color: #CDF93C;
}
</style>