Shades of Pear #CFFE37
Tints of Pear #CFFE37
RGB
CMYK
RGB Variations
Color information
#CFFE37 (or 0xCFFE37) is known color: Pear. HEX triplet: CF, FE and 37. RGB value is (207,254,55). Sum of RGB (Red+Green+Blue) = 207+254+55=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 55 (21.88% from 255 or 10.66% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE37 is #3001C8. Grayscale: #DADADA. Windows color (decimal): -3146185 or 3669711. OLE color: 3669711.
HSL color Cylindrical-coordinate representation of color #CFFE37: hue angle of 74.17º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFFE37 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 55 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.00 |
| HSL | 74.17º | 0.99% | 0.61% | - |
| HSV(B) | 74.17º | 0.78% | 1% | - |
| XYZ | 61.86 | 84.42 | 16.65 | - |
| YUV | 217.26 | 36.43 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 55 | 0.19 | 0 | 0.78 | 0.00 | 74.17 | 0.99 | 0.61 |
| Hex | CF | FE | 37 | 13 | 0 | 4E | 0 | 4A | 63 | 3D |
| Octal | 317 | 376 | 67 | 23 | 0 | 116 | 0 | 112 | 143 | 75 |
| Binary | 11001111 | 11111110 | 110111 | 10011 | 0 | 1001110 | 0 | 1001010 | 1100011 | 111101 |
Color Harmonies of #CFFE37
Complementary color
Monochromatic Colors of #CFFE37
Black with #CFFE37
Text Example
Text Example
White with #CFFE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE37; }
p { color: rgb(207,254,55); }
H1.HeaderClassName
{
color: #CFFE37;
}
.AnyTagClassName
{
color: #CFFE37;
}
</style>
background-color css
<style>
a { background-color: #CFFE37; }
a { background-color: rgb(207,254,55); }
div.DivClassName
{
background-color: #CFFE37;
}
.BgClassName
{
background-color: #CFFE37;
}
</style>
border-color css
<style>
span { border-color: #CFFE37; }
span { border-color: rgb(207,254,55); }
td.TdClassName
{
border-color: #CFFE37;
}
.TagClassName
{
border-color: #CFFE37;
}
</style>