Shades of Pear #CFF926
Tints of Pear #CFF926
RGB
CMYK
RGB Variations
Color information
#CFF926 (or 0xCFF926) is known color: Pear. HEX triplet: CF, F9 and 26. RGB value is (207,249,38). Sum of RGB (Red+Green+Blue) = 207+249+38=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 38 (15.23% from 255 or 7.69% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF926 is #3006D9. Grayscale: #D5D5D5. Windows color (decimal): -3147482 or 2554319. OLE color: 2554319.
HSL color Cylindrical-coordinate representation of color #CFF926: hue angle of 71.94º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFF926 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 38 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.02 |
| HSL | 71.94º | 0.95% | 0.56% | - |
| HSV(B) | 71.94º | 0.85% | 0.98% | - |
| XYZ | 59.96 | 81.16 | 14.34 | - |
| YUV | 212.39 | 29.59 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 38 | 0.17 | 0 | 0.85 | 0.02 | 71.94 | 0.95 | 0.56 |
| Hex | CF | F9 | 26 | 11 | 0 | 55 | 2 | 48 | 5F | 38 |
| Octal | 317 | 371 | 46 | 21 | 0 | 125 | 2 | 110 | 137 | 70 |
| Binary | 11001111 | 11111001 | 100110 | 10001 | 0 | 1010101 | 10 | 1001000 | 1011111 | 111000 |
Color Harmonies of #CFF926
Complementary color
Monochromatic Colors of #CFF926
Black with #CFF926
Text Example
Text Example
White with #CFF926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF926; }
p { color: rgb(207,249,38); }
H1.HeaderClassName
{
color: #CFF926;
}
.AnyTagClassName
{
color: #CFF926;
}
</style>
background-color css
<style>
a { background-color: #CFF926; }
a { background-color: rgb(207,249,38); }
div.DivClassName
{
background-color: #CFF926;
}
.BgClassName
{
background-color: #CFF926;
}
</style>
border-color css
<style>
span { border-color: #CFF926; }
span { border-color: rgb(207,249,38); }
td.TdClassName
{
border-color: #CFF926;
}
.TagClassName
{
border-color: #CFF926;
}
</style>