Shades of Pear #CDF123
Tints of Pear #CDF123
RGB
CMYK
RGB Variations
Color information
#CDF123 (or 0xCDF123) is known color: Pear. HEX triplet: CD, F1 and 23. RGB value is (205,241,35). Sum of RGB (Red+Green+Blue) = 205+241+35=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF123 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF123 is #320EDC. Grayscale: #CFCFCF. Windows color (decimal): -3280605 or 2355661. OLE color: 2355661.
HSL color Cylindrical-coordinate representation of color #CDF123: hue angle of 70.49º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDF123 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 35 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.05 |
| HSL | 70.49º | 0.88% | 0.54% | - |
| HSV(B) | 70.49º | 0.85% | 0.95% | - |
| XYZ | 56.94 | 76.01 | 13.26 | - |
| YUV | 206.75 | 31.07 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 35 | 0.15 | 0 | 0.85 | 0.05 | 70.49 | 0.88 | 0.54 |
| Hex | CD | F1 | 23 | F | 0 | 55 | 5 | 46 | 58 | 36 |
| Octal | 315 | 361 | 43 | 17 | 0 | 125 | 5 | 106 | 130 | 66 |
| Binary | 11001101 | 11110001 | 100011 | 1111 | 0 | 1010101 | 101 | 1000110 | 1011000 | 110110 |
Color Harmonies of #CDF123
Complementary color
Monochromatic Colors of #CDF123
Black with #CDF123
Text Example
Text Example
White with #CDF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF123; }
p { color: rgb(205,241,35); }
H1.HeaderClassName
{
color: #CDF123;
}
.AnyTagClassName
{
color: #CDF123;
}
</style>
background-color css
<style>
a { background-color: #CDF123; }
a { background-color: rgb(205,241,35); }
div.DivClassName
{
background-color: #CDF123;
}
.BgClassName
{
background-color: #CDF123;
}
</style>
border-color css
<style>
span { border-color: #CDF123; }
span { border-color: rgb(205,241,35); }
td.TdClassName
{
border-color: #CDF123;
}
.TagClassName
{
border-color: #CDF123;
}
</style>