Shades of Pear #CFDE34
Tints of Pear #CFDE34
RGB
CMYK
RGB Variations
Color information
#CFDE34 (or 0xCFDE34) is known color: Pear. HEX triplet: CF, DE and 34. RGB value is (207,222,52). Sum of RGB (Red+Green+Blue) = 207+222+52=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE34 is #3021CB. Grayscale: #C6C6C6. Windows color (decimal): -3154380 or 3464911. OLE color: 3464911.
HSL color Cylindrical-coordinate representation of color #CFDE34: hue angle of 65.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFDE34 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 52 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.13 |
| HSL | 65.29º | 0.72% | 0.54% | - |
| HSV(B) | 65.29º | 0.77% | 0.87% | - |
| XYZ | 52.47 | 65.76 | 13.18 | - |
| YUV | 198.14 | 45.53 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 52 | 0.07 | 0 | 0.77 | 0.13 | 65.29 | 0.72 | 0.54 |
| Hex | CF | DE | 34 | 7 | 0 | 4D | D | 41 | 48 | 36 |
| Octal | 317 | 336 | 64 | 7 | 0 | 115 | 15 | 101 | 110 | 66 |
| Binary | 11001111 | 11011110 | 110100 | 111 | 0 | 1001101 | 1101 | 1000001 | 1001000 | 110110 |
Color Harmonies of #CFDE34
Complementary color
Monochromatic Colors of #CFDE34
Black with #CFDE34
Text Example
Text Example
White with #CFDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE34; }
p { color: rgb(207,222,52); }
H1.HeaderClassName
{
color: #CFDE34;
}
.AnyTagClassName
{
color: #CFDE34;
}
</style>
background-color css
<style>
a { background-color: #CFDE34; }
a { background-color: rgb(207,222,52); }
div.DivClassName
{
background-color: #CFDE34;
}
.BgClassName
{
background-color: #CFDE34;
}
</style>
border-color css
<style>
span { border-color: #CFDE34; }
span { border-color: rgb(207,222,52); }
td.TdClassName
{
border-color: #CFDE34;
}
.TagClassName
{
border-color: #CFDE34;
}
</style>