Shades of Pear #CDF924
Tints of Pear #CDF924
RGB
CMYK
RGB Variations
Color information
#CDF924 (or 0xCDF924) is known color: Pear. HEX triplet: CD, F9 and 24. RGB value is (205,249,36). Sum of RGB (Red+Green+Blue) = 205+249+36=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 36 (14.45% from 255 or 7.35% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF924 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF924 is #3206DB. Grayscale: #D4D4D4. Windows color (decimal): -3278556 or 2423245. OLE color: 2423245.
HSL color Cylindrical-coordinate representation of color #CDF924: hue angle of 72.39º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDF924 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 36 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.02 |
| HSL | 72.39º | 0.95% | 0.56% | - |
| HSV(B) | 72.39º | 0.86% | 0.98% | - |
| XYZ | 59.37 | 80.86 | 14.15 | - |
| YUV | 211.56 | 28.92 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 36 | 0.18 | 0 | 0.86 | 0.02 | 72.39 | 0.95 | 0.56 |
| Hex | CD | F9 | 24 | 12 | 0 | 56 | 2 | 48 | 5F | 38 |
| Octal | 315 | 371 | 44 | 22 | 0 | 126 | 2 | 110 | 137 | 70 |
| Binary | 11001101 | 11111001 | 100100 | 10010 | 0 | 1010110 | 10 | 1001000 | 1011111 | 111000 |
Color Harmonies of #CDF924
Complementary color
Monochromatic Colors of #CDF924
Black with #CDF924
Text Example
Text Example
White with #CDF924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF924; }
p { color: rgb(205,249,36); }
H1.HeaderClassName
{
color: #CDF924;
}
.AnyTagClassName
{
color: #CDF924;
}
</style>
background-color css
<style>
a { background-color: #CDF924; }
a { background-color: rgb(205,249,36); }
div.DivClassName
{
background-color: #CDF924;
}
.BgClassName
{
background-color: #CDF924;
}
</style>
border-color css
<style>
span { border-color: #CDF924; }
span { border-color: rgb(205,249,36); }
td.TdClassName
{
border-color: #CDF924;
}
.TagClassName
{
border-color: #CDF924;
}
</style>