Shades of Pear #CDF234
Tints of Pear #CDF234
RGB
CMYK
RGB Variations
Color information
#CDF234 (or 0xCDF234) is known color: Pear. HEX triplet: CD, F2 and 34. RGB value is (205,242,52). Sum of RGB (Red+Green+Blue) = 205+242+52=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF234 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF234 is #320DCB. Grayscale: #D2D2D2. Windows color (decimal): -3280332 or 3470029. OLE color: 3470029.
HSL color Cylindrical-coordinate representation of color #CDF234: hue angle of 71.68º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDF234 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 52 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.05 |
| HSL | 71.68º | 0.88% | 0.58% | - |
| HSV(B) | 71.68º | 0.79% | 0.95% | - |
| XYZ | 57.55 | 76.73 | 15.03 | - |
| YUV | 209.28 | 39.24 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 52 | 0.15 | 0 | 0.79 | 0.05 | 71.68 | 0.88 | 0.58 |
| Hex | CD | F2 | 34 | F | 0 | 4F | 5 | 48 | 58 | 3A |
| Octal | 315 | 362 | 64 | 17 | 0 | 117 | 5 | 110 | 130 | 72 |
| Binary | 11001101 | 11110010 | 110100 | 1111 | 0 | 1001111 | 101 | 1001000 | 1011000 | 111010 |
Color Harmonies of #CDF234
Complementary color
Monochromatic Colors of #CDF234
Black with #CDF234
Text Example
Text Example
White with #CDF234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF234; }
p { color: rgb(205,242,52); }
H1.HeaderClassName
{
color: #CDF234;
}
.AnyTagClassName
{
color: #CDF234;
}
</style>
background-color css
<style>
a { background-color: #CDF234; }
a { background-color: rgb(205,242,52); }
div.DivClassName
{
background-color: #CDF234;
}
.BgClassName
{
background-color: #CDF234;
}
</style>
border-color css
<style>
span { border-color: #CDF234; }
span { border-color: rgb(205,242,52); }
td.TdClassName
{
border-color: #CDF234;
}
.TagClassName
{
border-color: #CDF234;
}
</style>