Shades of Pear #CFF326
Tints of Pear #CFF326
RGB
CMYK
RGB Variations
Color information
#CFF326 (or 0xCFF326) is known color: Pear. HEX triplet: CF, F3 and 26. RGB value is (207,243,38). Sum of RGB (Red+Green+Blue) = 207+243+38=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 38 (15.23% from 255 or 7.79% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF326 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF326 is #300CD9. Grayscale: #D1D1D1. Windows color (decimal): -3149018 or 2552783. OLE color: 2552783.
HSL color Cylindrical-coordinate representation of color #CFF326: hue angle of 70.54º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFF326 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 38 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.05 |
| HSL | 70.54º | 0.9% | 0.55% | - |
| HSV(B) | 70.54º | 0.84% | 0.95% | - |
| XYZ | 58.13 | 77.51 | 13.73 | - |
| YUV | 208.87 | 31.57 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 38 | 0.15 | 0 | 0.84 | 0.05 | 70.54 | 0.9 | 0.55 |
| Hex | CF | F3 | 26 | F | 0 | 54 | 5 | 47 | 5A | 37 |
| Octal | 317 | 363 | 46 | 17 | 0 | 124 | 5 | 107 | 132 | 67 |
| Binary | 11001111 | 11110011 | 100110 | 1111 | 0 | 1010100 | 101 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CFF326
Complementary color
Monochromatic Colors of #CFF326
Black with #CFF326
Text Example
Text Example
White with #CFF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF326; }
p { color: rgb(207,243,38); }
H1.HeaderClassName
{
color: #CFF326;
}
.AnyTagClassName
{
color: #CFF326;
}
</style>
background-color css
<style>
a { background-color: #CFF326; }
a { background-color: rgb(207,243,38); }
div.DivClassName
{
background-color: #CFF326;
}
.BgClassName
{
background-color: #CFF326;
}
</style>
border-color css
<style>
span { border-color: #CFF326; }
span { border-color: rgb(207,243,38); }
td.TdClassName
{
border-color: #CFF326;
}
.TagClassName
{
border-color: #CFF326;
}
</style>