Shades of Pear #CFF320
Tints of Pear #CFF320
RGB
CMYK
RGB Variations
Color information
#CFF320 (or 0xCFF320) is known color: Pear. HEX triplet: CF, F3 and 20. RGB value is (207,243,32). Sum of RGB (Red+Green+Blue) = 207+243+32=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF320 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF320 is #300CDF. Grayscale: #D0D0D0. Windows color (decimal): -3149024 or 2159567. OLE color: 2159567.
HSL color Cylindrical-coordinate representation of color #CFF320: hue angle of 70.24º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFF320 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 32 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.05 |
| HSL | 70.24º | 0.9% | 0.54% | - |
| HSV(B) | 70.24º | 0.87% | 0.95% | - |
| XYZ | 58.04 | 77.47 | 13.26 | - |
| YUV | 208.18 | 28.57 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 32 | 0.15 | 0 | 0.87 | 0.05 | 70.24 | 0.9 | 0.54 |
| Hex | CF | F3 | 20 | F | 0 | 57 | 5 | 46 | 5A | 36 |
| Octal | 317 | 363 | 40 | 17 | 0 | 127 | 5 | 106 | 132 | 66 |
| Binary | 11001111 | 11110011 | 100000 | 1111 | 0 | 1010111 | 101 | 1000110 | 1011010 | 110110 |
Color Harmonies of #CFF320
Complementary color
Monochromatic Colors of #CFF320
Black with #CFF320
Text Example
Text Example
White with #CFF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF320; }
p { color: rgb(207,243,32); }
H1.HeaderClassName
{
color: #CFF320;
}
.AnyTagClassName
{
color: #CFF320;
}
</style>
background-color css
<style>
a { background-color: #CFF320; }
a { background-color: rgb(207,243,32); }
div.DivClassName
{
background-color: #CFF320;
}
.BgClassName
{
background-color: #CFF320;
}
</style>
border-color css
<style>
span { border-color: #CFF320; }
span { border-color: rgb(207,243,32); }
td.TdClassName
{
border-color: #CFF320;
}
.TagClassName
{
border-color: #CFF320;
}
</style>