Shades of Pear #CFDE28
Tints of Pear #CFDE28
RGB
CMYK
RGB Variations
Color information
#CFDE28 (or 0xCFDE28) is known color: Pear. HEX triplet: CF, DE and 28. RGB value is (207,222,40). Sum of RGB (Red+Green+Blue) = 207+222+40=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE28 is #3021D7. Grayscale: #C5C5C5. Windows color (decimal): -3154392 or 2678479. OLE color: 2678479.
HSL color Cylindrical-coordinate representation of color #CFDE28: hue angle of 64.95º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFDE28 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 40 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.13 |
| HSL | 64.95º | 0.73% | 0.51% | - |
| HSV(B) | 64.95º | 0.82% | 0.87% | - |
| XYZ | 52.24 | 65.66 | 11.93 | - |
| YUV | 196.77 | 39.53 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 40 | 0.07 | 0 | 0.82 | 0.13 | 64.95 | 0.73 | 0.51 |
| Hex | CF | DE | 28 | 7 | 0 | 52 | D | 41 | 49 | 33 |
| Octal | 317 | 336 | 50 | 7 | 0 | 122 | 15 | 101 | 111 | 63 |
| Binary | 11001111 | 11011110 | 101000 | 111 | 0 | 1010010 | 1101 | 1000001 | 1001001 | 110011 |
Color Harmonies of #CFDE28
Complementary color
Monochromatic Colors of #CFDE28
Black with #CFDE28
Text Example
Text Example
White with #CFDE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE28; }
p { color: rgb(207,222,40); }
H1.HeaderClassName
{
color: #CFDE28;
}
.AnyTagClassName
{
color: #CFDE28;
}
</style>
background-color css
<style>
a { background-color: #CFDE28; }
a { background-color: rgb(207,222,40); }
div.DivClassName
{
background-color: #CFDE28;
}
.BgClassName
{
background-color: #CFDE28;
}
</style>
border-color css
<style>
span { border-color: #CFDE28; }
span { border-color: rgb(207,222,40); }
td.TdClassName
{
border-color: #CFDE28;
}
.TagClassName
{
border-color: #CFDE28;
}
</style>