Shades of Pear #CFDE32
Tints of Pear #CFDE32
RGB
CMYK
RGB Variations
Color information
#CFDE32 (or 0xCFDE32) is known color: Pear. HEX triplet: CF, DE and 32. RGB value is (207,222,50). Sum of RGB (Red+Green+Blue) = 207+222+50=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE32 is #3021CD. Grayscale: #C6C6C6. Windows color (decimal): -3154382 or 3333839. OLE color: 3333839.
HSL color Cylindrical-coordinate representation of color #CFDE32: hue angle of 65.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFDE32 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 50 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.13 |
| HSL | 65.23º | 0.72% | 0.53% | - |
| HSV(B) | 65.23º | 0.77% | 0.87% | - |
| XYZ | 52.43 | 65.74 | 12.94 | - |
| YUV | 197.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 50 | 0.07 | 0 | 0.77 | 0.13 | 65.23 | 0.72 | 0.53 |
| Hex | CF | DE | 32 | 7 | 0 | 4D | D | 41 | 48 | 35 |
| Octal | 317 | 336 | 62 | 7 | 0 | 115 | 15 | 101 | 110 | 65 |
| Binary | 11001111 | 11011110 | 110010 | 111 | 0 | 1001101 | 1101 | 1000001 | 1001000 | 110101 |
Color Harmonies of #CFDE32
Complementary color
Monochromatic Colors of #CFDE32
Black with #CFDE32
Text Example
Text Example
White with #CFDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE32; }
p { color: rgb(207,222,50); }
H1.HeaderClassName
{
color: #CFDE32;
}
.AnyTagClassName
{
color: #CFDE32;
}
</style>
background-color css
<style>
a { background-color: #CFDE32; }
a { background-color: rgb(207,222,50); }
div.DivClassName
{
background-color: #CFDE32;
}
.BgClassName
{
background-color: #CFDE32;
}
</style>
border-color css
<style>
span { border-color: #CFDE32; }
span { border-color: rgb(207,222,50); }
td.TdClassName
{
border-color: #CFDE32;
}
.TagClassName
{
border-color: #CFDE32;
}
</style>