Shades of Pear #CFF932
Tints of Pear #CFF932
RGB
CMYK
RGB Variations
Color information
#CFF932 (or 0xCFF932) is known color: Pear. HEX triplet: CF, F9 and 32. RGB value is (207,249,50). Sum of RGB (Red+Green+Blue) = 207+249+50=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 50 (19.92% from 255 or 9.88% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF932 is #3006CD. Grayscale: #D6D6D6. Windows color (decimal): -3147470 or 3340751. OLE color: 3340751.
HSL color Cylindrical-coordinate representation of color #CFF932: hue angle of 72.66º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFF932 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 50 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.02 |
| HSL | 72.66º | 0.94% | 0.59% | - |
| HSV(B) | 72.66º | 0.8% | 0.98% | - |
| XYZ | 60.18 | 81.25 | 15.53 | - |
| YUV | 213.76 | 35.59 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 50 | 0.17 | 0 | 0.80 | 0.02 | 72.66 | 0.94 | 0.59 |
| Hex | CF | F9 | 32 | 11 | 0 | 50 | 2 | 49 | 5E | 3B |
| Octal | 317 | 371 | 62 | 21 | 0 | 120 | 2 | 111 | 136 | 73 |
| Binary | 11001111 | 11111001 | 110010 | 10001 | 0 | 1010000 | 10 | 1001001 | 1011110 | 111011 |
Color Harmonies of #CFF932
Complementary color
Monochromatic Colors of #CFF932
Black with #CFF932
Text Example
Text Example
White with #CFF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF932; }
p { color: rgb(207,249,50); }
H1.HeaderClassName
{
color: #CFF932;
}
.AnyTagClassName
{
color: #CFF932;
}
</style>
background-color css
<style>
a { background-color: #CFF932; }
a { background-color: rgb(207,249,50); }
div.DivClassName
{
background-color: #CFF932;
}
.BgClassName
{
background-color: #CFF932;
}
</style>
border-color css
<style>
span { border-color: #CFF932; }
span { border-color: rgb(207,249,50); }
td.TdClassName
{
border-color: #CFF932;
}
.TagClassName
{
border-color: #CFF932;
}
</style>