Shades of Pear #CFF626
Tints of Pear #CFF626
RGB
CMYK
RGB Variations
Color information
#CFF626 (or 0xCFF626) is known color: Pear. HEX triplet: CF, F6 and 26. RGB value is (207,246,38). Sum of RGB (Red+Green+Blue) = 207+246+38=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 38 (15.23% from 255 or 7.74% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF626 is #3009D9. Grayscale: #D3D3D3. Windows color (decimal): -3148250 or 2553551. OLE color: 2553551.
HSL color Cylindrical-coordinate representation of color #CFF626: hue angle of 71.25º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFF626 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 38 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.04 |
| HSL | 71.25º | 0.92% | 0.56% | - |
| HSV(B) | 71.25º | 0.85% | 0.96% | - |
| XYZ | 59.04 | 79.32 | 14.03 | - |
| YUV | 210.63 | 30.58 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 38 | 0.16 | 0 | 0.85 | 0.04 | 71.25 | 0.92 | 0.56 |
| Hex | CF | F6 | 26 | 10 | 0 | 55 | 4 | 47 | 5C | 38 |
| Octal | 317 | 366 | 46 | 20 | 0 | 125 | 4 | 107 | 134 | 70 |
| Binary | 11001111 | 11110110 | 100110 | 10000 | 0 | 1010101 | 100 | 1000111 | 1011100 | 111000 |
Color Harmonies of #CFF626
Complementary color
Monochromatic Colors of #CFF626
Black with #CFF626
Text Example
Text Example
White with #CFF626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF626; }
p { color: rgb(207,246,38); }
H1.HeaderClassName
{
color: #CFF626;
}
.AnyTagClassName
{
color: #CFF626;
}
</style>
background-color css
<style>
a { background-color: #CFF626; }
a { background-color: rgb(207,246,38); }
div.DivClassName
{
background-color: #CFF626;
}
.BgClassName
{
background-color: #CFF626;
}
</style>
border-color css
<style>
span { border-color: #CFF626; }
span { border-color: rgb(207,246,38); }
td.TdClassName
{
border-color: #CFF626;
}
.TagClassName
{
border-color: #CFF626;
}
</style>