Shades of Pear #CDF938
Tints of Pear #CDF938
RGB
CMYK
RGB Variations
Color information
#CDF938 (or 0xCDF938) is known color: Pear. HEX triplet: CD, F9 and 38. RGB value is (205,249,56). Sum of RGB (Red+Green+Blue) = 205+249+56=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 56 (22.27% from 255 or 10.98% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF938 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF938 is #3206C7. Grayscale: #D6D6D6. Windows color (decimal): -3278536 or 3733965. OLE color: 3733965.
HSL color Cylindrical-coordinate representation of color #CDF938: hue angle of 73.68º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDF938 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 56 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.02 |
| HSL | 73.68º | 0.94% | 0.6% | - |
| HSV(B) | 73.68º | 0.78% | 0.98% | - |
| XYZ | 59.77 | 81.02 | 16.23 | - |
| YUV | 213.84 | 38.92 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 56 | 0.18 | 0 | 0.78 | 0.02 | 73.68 | 0.94 | 0.6 |
| Hex | CD | F9 | 38 | 12 | 0 | 4E | 2 | 4A | 5E | 3C |
| Octal | 315 | 371 | 70 | 22 | 0 | 116 | 2 | 112 | 136 | 74 |
| Binary | 11001101 | 11111001 | 111000 | 10010 | 0 | 1001110 | 10 | 1001010 | 1011110 | 111100 |
Color Harmonies of #CDF938
Complementary color
Monochromatic Colors of #CDF938
Black with #CDF938
Text Example
Text Example
White with #CDF938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF938; }
p { color: rgb(205,249,56); }
H1.HeaderClassName
{
color: #CDF938;
}
.AnyTagClassName
{
color: #CDF938;
}
</style>
background-color css
<style>
a { background-color: #CDF938; }
a { background-color: rgb(205,249,56); }
div.DivClassName
{
background-color: #CDF938;
}
.BgClassName
{
background-color: #CDF938;
}
</style>
border-color css
<style>
span { border-color: #CDF938; }
span { border-color: rgb(205,249,56); }
td.TdClassName
{
border-color: #CDF938;
}
.TagClassName
{
border-color: #CDF938;
}
</style>