Shades of Pear #CFF426
Tints of Pear #CFF426
RGB
CMYK
RGB Variations
Color information
#CFF426 (or 0xCFF426) is known color: Pear. HEX triplet: CF, F4 and 26. RGB value is (207,244,38). Sum of RGB (Red+Green+Blue) = 207+244+38=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF426 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF426 is #300BD9. Grayscale: #D2D2D2. Windows color (decimal): -3148762 or 2553039. OLE color: 2553039.
HSL color Cylindrical-coordinate representation of color #CFF426: hue angle of 70.78º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFF426 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 38 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.04 |
| HSL | 70.78º | 0.9% | 0.55% | - |
| HSV(B) | 70.78º | 0.84% | 0.96% | - |
| XYZ | 58.43 | 78.11 | 13.83 | - |
| YUV | 209.45 | 31.24 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 38 | 0.15 | 0 | 0.84 | 0.04 | 70.78 | 0.9 | 0.55 |
| Hex | CF | F4 | 26 | F | 0 | 54 | 4 | 47 | 5A | 37 |
| Octal | 317 | 364 | 46 | 17 | 0 | 124 | 4 | 107 | 132 | 67 |
| Binary | 11001111 | 11110100 | 100110 | 1111 | 0 | 1010100 | 100 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CFF426
Complementary color
Monochromatic Colors of #CFF426
Black with #CFF426
Text Example
Text Example
White with #CFF426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF426; }
p { color: rgb(207,244,38); }
H1.HeaderClassName
{
color: #CFF426;
}
.AnyTagClassName
{
color: #CFF426;
}
</style>
background-color css
<style>
a { background-color: #CFF426; }
a { background-color: rgb(207,244,38); }
div.DivClassName
{
background-color: #CFF426;
}
.BgClassName
{
background-color: #CFF426;
}
</style>
border-color css
<style>
span { border-color: #CFF426; }
span { border-color: rgb(207,244,38); }
td.TdClassName
{
border-color: #CFF426;
}
.TagClassName
{
border-color: #CFF426;
}
</style>