Shades of Pear #CFFA31
Tints of Pear #CFFA31
RGB
CMYK
RGB Variations
Color information
#CFFA31 (or 0xCFFA31) is known color: Pear. HEX triplet: CF, FA and 31. RGB value is (207,250,49). Sum of RGB (Red+Green+Blue) = 207+250+49=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA31 is #3005CE. Grayscale: #D6D6D6. Windows color (decimal): -3147215 or 3275471. OLE color: 3275471.
HSL color Cylindrical-coordinate representation of color #CFFA31: hue angle of 72.84º degrees, saturation: 0.95, 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 #CFFA31 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 49 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.02 |
| HSL | 72.84º | 0.95% | 0.59% | - |
| HSV(B) | 72.84º | 0.8% | 0.98% | - |
| XYZ | 60.47 | 81.86 | 15.52 | - |
| YUV | 214.23 | 34.75 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 49 | 0.17 | 0 | 0.80 | 0.02 | 72.84 | 0.95 | 0.59 |
| Hex | CF | FA | 31 | 11 | 0 | 50 | 2 | 49 | 5F | 3B |
| Octal | 317 | 372 | 61 | 21 | 0 | 120 | 2 | 111 | 137 | 73 |
| Binary | 11001111 | 11111010 | 110001 | 10001 | 0 | 1010000 | 10 | 1001001 | 1011111 | 111011 |
Color Harmonies of #CFFA31
Complementary color
Monochromatic Colors of #CFFA31
Black with #CFFA31
Text Example
Text Example
White with #CFFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA31; }
p { color: rgb(207,250,49); }
H1.HeaderClassName
{
color: #CFFA31;
}
.AnyTagClassName
{
color: #CFFA31;
}
</style>
background-color css
<style>
a { background-color: #CFFA31; }
a { background-color: rgb(207,250,49); }
div.DivClassName
{
background-color: #CFFA31;
}
.BgClassName
{
background-color: #CFFA31;
}
</style>
border-color css
<style>
span { border-color: #CFFA31; }
span { border-color: rgb(207,250,49); }
td.TdClassName
{
border-color: #CFFA31;
}
.TagClassName
{
border-color: #CFFA31;
}
</style>