Shades of Pear #CFFD31
Tints of Pear #CFFD31
RGB
CMYK
RGB Variations
Color information
#CFFD31 (or 0xCFFD31) is known color: Pear. HEX triplet: CF, FD and 31. RGB value is (207,253,49). Sum of RGB (Red+Green+Blue) = 207+253+49=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFD31 is #3002CE. Grayscale: #D8D8D8. Windows color (decimal): -3146447 or 3276239. OLE color: 3276239.
HSL color Cylindrical-coordinate representation of color #CFFD31: hue angle of 73.53º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFFD31 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 49 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.01 |
| HSL | 73.53º | 0.98% | 0.59% | - |
| HSV(B) | 73.53º | 0.81% | 0.99% | - |
| XYZ | 61.41 | 83.74 | 15.83 | - |
| YUV | 215.99 | 33.76 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 49 | 0.18 | 0 | 0.81 | 0.01 | 73.53 | 0.98 | 0.59 |
| Hex | CF | FD | 31 | 12 | 0 | 51 | 1 | 4A | 62 | 3B |
| Octal | 317 | 375 | 61 | 22 | 0 | 121 | 1 | 112 | 142 | 73 |
| Binary | 11001111 | 11111101 | 110001 | 10010 | 0 | 1010001 | 1 | 1001010 | 1100010 | 111011 |
Color Harmonies of #CFFD31
Complementary color
Monochromatic Colors of #CFFD31
Black with #CFFD31
Text Example
Text Example
White with #CFFD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD31; }
p { color: rgb(207,253,49); }
H1.HeaderClassName
{
color: #CFFD31;
}
.AnyTagClassName
{
color: #CFFD31;
}
</style>
background-color css
<style>
a { background-color: #CFFD31; }
a { background-color: rgb(207,253,49); }
div.DivClassName
{
background-color: #CFFD31;
}
.BgClassName
{
background-color: #CFFD31;
}
</style>
border-color css
<style>
span { border-color: #CFFD31; }
span { border-color: rgb(207,253,49); }
td.TdClassName
{
border-color: #CFFD31;
}
.TagClassName
{
border-color: #CFFD31;
}
</style>