Shades of Pear #CFE726
Tints of Pear #CFE726
RGB
CMYK
RGB Variations
Color information
#CFE726 (or 0xCFE726) is known color: Pear. HEX triplet: CF, E7 and 26. RGB value is (207,231,38). Sum of RGB (Red+Green+Blue) = 207+231+38=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 38 (15.23% from 255 or 7.98% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE726 is #3018D9. Grayscale: #CACACA. Windows color (decimal): -3152090 or 2549711. OLE color: 2549711.
HSL color Cylindrical-coordinate representation of color #CFE726: hue angle of 67.46º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFE726 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 38 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.09 |
| HSL | 67.46º | 0.8% | 0.53% | - |
| HSV(B) | 67.46º | 0.84% | 0.91% | - |
| XYZ | 54.66 | 70.56 | 12.57 | - |
| YUV | 201.82 | 35.55 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 38 | 0.10 | 0 | 0.84 | 0.09 | 67.46 | 0.8 | 0.53 |
| Hex | CF | E7 | 26 | A | 0 | 54 | 9 | 43 | 50 | 35 |
| Octal | 317 | 347 | 46 | 12 | 0 | 124 | 11 | 103 | 120 | 65 |
| Binary | 11001111 | 11100111 | 100110 | 1010 | 0 | 1010100 | 1001 | 1000011 | 1010000 | 110101 |
Color Harmonies of #CFE726
Complementary color
Monochromatic Colors of #CFE726
Black with #CFE726
Text Example
Text Example
White with #CFE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE726; }
p { color: rgb(207,231,38); }
H1.HeaderClassName
{
color: #CFE726;
}
.AnyTagClassName
{
color: #CFE726;
}
</style>
background-color css
<style>
a { background-color: #CFE726; }
a { background-color: rgb(207,231,38); }
div.DivClassName
{
background-color: #CFE726;
}
.BgClassName
{
background-color: #CFE726;
}
</style>
border-color css
<style>
span { border-color: #CFE726; }
span { border-color: rgb(207,231,38); }
td.TdClassName
{
border-color: #CFE726;
}
.TagClassName
{
border-color: #CFE726;
}
</style>