Shades of Pear #CDF31C
Tints of Pear #CDF31C
RGB
CMYK
RGB Variations
Color information
#CDF31C (or 0xCDF31C) is known color: Pear. HEX triplet: CD, F3 and 1C. RGB value is (205,243,28). Sum of RGB (Red+Green+Blue) = 205+243+28=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 28 (11.33% from 255 or 5.88% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF31C is #320CE3. Grayscale: #CFCFCF. Windows color (decimal): -3280100 or 1897421. OLE color: 1897421.
HSL color Cylindrical-coordinate representation of color #CDF31C: hue angle of 70.6º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDF31C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 28 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.05 |
| HSL | 70.6º | 0.9% | 0.53% | - |
| HSV(B) | 70.6º | 0.88% | 0.95% | - |
| XYZ | 57.44 | 77.16 | 12.97 | - |
| YUV | 207.13 | 26.91 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 28 | 0.16 | 0 | 0.88 | 0.05 | 70.6 | 0.9 | 0.53 |
| Hex | CD | F3 | 1C | 10 | 0 | 58 | 5 | 47 | 5A | 35 |
| Octal | 315 | 363 | 34 | 20 | 0 | 130 | 5 | 107 | 132 | 65 |
| Binary | 11001101 | 11110011 | 11100 | 10000 | 0 | 1011000 | 101 | 1000111 | 1011010 | 110101 |
Color Harmonies of #CDF31C
Complementary color
Monochromatic Colors of #CDF31C
Black with #CDF31C
Text Example
Text Example
White with #CDF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF31C; }
p { color: rgb(205,243,28); }
H1.HeaderClassName
{
color: #CDF31C;
}
.AnyTagClassName
{
color: #CDF31C;
}
</style>
background-color css
<style>
a { background-color: #CDF31C; }
a { background-color: rgb(205,243,28); }
div.DivClassName
{
background-color: #CDF31C;
}
.BgClassName
{
background-color: #CDF31C;
}
</style>
border-color css
<style>
span { border-color: #CDF31C; }
span { border-color: rgb(205,243,28); }
td.TdClassName
{
border-color: #CDF31C;
}
.TagClassName
{
border-color: #CDF31C;
}
</style>