Shades of Pear #CFE621
Tints of Pear #CFE621
RGB
CMYK
RGB Variations
Color information
#CFE621 (or 0xCFE621) is known color: Pear. HEX triplet: CF, E6 and 21. RGB value is (207,230,33). Sum of RGB (Red+Green+Blue) = 207+230+33=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE621 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE621 is #3019DE. Grayscale: #C9C9C9. Windows color (decimal): -3152351 or 2221775. OLE color: 2221775.
HSL color Cylindrical-coordinate representation of color #CFE621: hue angle of 67.01º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFE621 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 33 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.10 |
| HSL | 67.01º | 0.8% | 0.52% | - |
| HSV(B) | 67.01º | 0.86% | 0.9% | - |
| XYZ | 54.3 | 69.97 | 12.08 | - |
| YUV | 200.67 | 33.38 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 33 | 0.10 | 0 | 0.86 | 0.10 | 67.01 | 0.8 | 0.52 |
| Hex | CF | E6 | 21 | A | 0 | 56 | A | 43 | 50 | 34 |
| Octal | 317 | 346 | 41 | 12 | 0 | 126 | 12 | 103 | 120 | 64 |
| Binary | 11001111 | 11100110 | 100001 | 1010 | 0 | 1010110 | 1010 | 1000011 | 1010000 | 110100 |
Color Harmonies of #CFE621
Complementary color
Monochromatic Colors of #CFE621
Black with #CFE621
Text Example
Text Example
White with #CFE621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE621; }
p { color: rgb(207,230,33); }
H1.HeaderClassName
{
color: #CFE621;
}
.AnyTagClassName
{
color: #CFE621;
}
</style>
background-color css
<style>
a { background-color: #CFE621; }
a { background-color: rgb(207,230,33); }
div.DivClassName
{
background-color: #CFE621;
}
.BgClassName
{
background-color: #CFE621;
}
</style>
border-color css
<style>
span { border-color: #CFE621; }
span { border-color: rgb(207,230,33); }
td.TdClassName
{
border-color: #CFE621;
}
.TagClassName
{
border-color: #CFE621;
}
</style>