Shades of Pear #CDF344
Tints of Pear #CDF344
RGB
CMYK
RGB Variations
Color information
#CDF344 (or 0xCDF344) is known color: Pear. HEX triplet: CD, F3 and 44. RGB value is (205,243,68). Sum of RGB (Red+Green+Blue) = 205+243+68=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 68 (26.95% from 255 or 13.18% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF344 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF344 is #320CBB. Grayscale: #D4D4D4. Windows color (decimal): -3280060 or 4518861. OLE color: 4518861.
HSL color Cylindrical-coordinate representation of color #CDF344: hue angle of 73.03º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDF344 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 68 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.05 |
| HSL | 73.03º | 0.88% | 0.61% | - |
| HSV(B) | 73.03º | 0.72% | 0.95% | - |
| XYZ | 58.27 | 77.5 | 17.36 | - |
| YUV | 211.69 | 46.91 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 68 | 0.16 | 0 | 0.72 | 0.05 | 73.03 | 0.88 | 0.61 |
| Hex | CD | F3 | 44 | 10 | 0 | 48 | 5 | 49 | 58 | 3D |
| Octal | 315 | 363 | 104 | 20 | 0 | 110 | 5 | 111 | 130 | 75 |
| Binary | 11001101 | 11110011 | 1000100 | 10000 | 0 | 1001000 | 101 | 1001001 | 1011000 | 111101 |
Color Harmonies of #CDF344
Complementary color
Monochromatic Colors of #CDF344
Black with #CDF344
Text Example
Text Example
White with #CDF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF344; }
p { color: rgb(205,243,68); }
H1.HeaderClassName
{
color: #CDF344;
}
.AnyTagClassName
{
color: #CDF344;
}
</style>
background-color css
<style>
a { background-color: #CDF344; }
a { background-color: rgb(205,243,68); }
div.DivClassName
{
background-color: #CDF344;
}
.BgClassName
{
background-color: #CDF344;
}
</style>
border-color css
<style>
span { border-color: #CDF344; }
span { border-color: rgb(205,243,68); }
td.TdClassName
{
border-color: #CDF344;
}
.TagClassName
{
border-color: #CDF344;
}
</style>