Shades of Pear #CDF339
Tints of Pear #CDF339
RGB
CMYK
RGB Variations
Color information
#CDF339 (or 0xCDF339) is known color: Pear. HEX triplet: CD, F3 and 39. RGB value is (205,243,57). Sum of RGB (Red+Green+Blue) = 205+243+57=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 57 (22.66% from 255 or 11.29% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF339 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF339 is #320CC6. Grayscale: #D3D3D3. Windows color (decimal): -3280071 or 3797965. OLE color: 3797965.
HSL color Cylindrical-coordinate representation of color #CDF339: hue angle of 72.26º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDF339 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 57 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.05 |
| HSL | 72.26º | 0.89% | 0.59% | - |
| HSV(B) | 72.26º | 0.77% | 0.95% | - |
| XYZ | 57.97 | 77.38 | 15.75 | - |
| YUV | 210.43 | 41.41 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 57 | 0.16 | 0 | 0.77 | 0.05 | 72.26 | 0.89 | 0.59 |
| Hex | CD | F3 | 39 | 10 | 0 | 4D | 5 | 48 | 59 | 3B |
| Octal | 315 | 363 | 71 | 20 | 0 | 115 | 5 | 110 | 131 | 73 |
| Binary | 11001101 | 11110011 | 111001 | 10000 | 0 | 1001101 | 101 | 1001000 | 1011001 | 111011 |
Color Harmonies of #CDF339
Complementary color
Monochromatic Colors of #CDF339
Black with #CDF339
Text Example
Text Example
White with #CDF339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF339; }
p { color: rgb(205,243,57); }
H1.HeaderClassName
{
color: #CDF339;
}
.AnyTagClassName
{
color: #CDF339;
}
</style>
background-color css
<style>
a { background-color: #CDF339; }
a { background-color: rgb(205,243,57); }
div.DivClassName
{
background-color: #CDF339;
}
.BgClassName
{
background-color: #CDF339;
}
</style>
border-color css
<style>
span { border-color: #CDF339; }
span { border-color: rgb(205,243,57); }
td.TdClassName
{
border-color: #CDF339;
}
.TagClassName
{
border-color: #CDF339;
}
</style>