Shades of Pear #CDF338
Tints of Pear #CDF338
RGB
CMYK
RGB Variations
Color information
#CDF338 (or 0xCDF338) is known color: Pear. HEX triplet: CD, F3 and 38. RGB value is (205,243,56). Sum of RGB (Red+Green+Blue) = 205+243+56=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF338 is #320CC7. Grayscale: #D3D3D3. Windows color (decimal): -3280072 or 3732429. OLE color: 3732429.
HSL color Cylindrical-coordinate representation of color #CDF338: hue angle of 72.19º 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 #CDF338 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 56 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.05 |
| HSL | 72.19º | 0.89% | 0.59% | - |
| HSV(B) | 72.19º | 0.77% | 0.95% | - |
| XYZ | 57.94 | 77.37 | 15.62 | - |
| YUV | 210.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 56 | 0.16 | 0 | 0.77 | 0.05 | 72.19 | 0.89 | 0.59 |
| Hex | CD | F3 | 38 | 10 | 0 | 4D | 5 | 48 | 59 | 3B |
| Octal | 315 | 363 | 70 | 20 | 0 | 115 | 5 | 110 | 131 | 73 |
| Binary | 11001101 | 11110011 | 111000 | 10000 | 0 | 1001101 | 101 | 1001000 | 1011001 | 111011 |
Color Harmonies of #CDF338
Complementary color
Monochromatic Colors of #CDF338
Black with #CDF338
Text Example
Text Example
White with #CDF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF338; }
p { color: rgb(205,243,56); }
H1.HeaderClassName
{
color: #CDF338;
}
.AnyTagClassName
{
color: #CDF338;
}
</style>
background-color css
<style>
a { background-color: #CDF338; }
a { background-color: rgb(205,243,56); }
div.DivClassName
{
background-color: #CDF338;
}
.BgClassName
{
background-color: #CDF338;
}
</style>
border-color css
<style>
span { border-color: #CDF338; }
span { border-color: rgb(205,243,56); }
td.TdClassName
{
border-color: #CDF338;
}
.TagClassName
{
border-color: #CDF338;
}
</style>