Shades of Pear #CFF93F
Tints of Pear #CFF93F
RGB
CMYK
RGB Variations
Color information
#CFF93F (or 0xCFF93F) is known color: Pear. HEX triplet: CF, F9 and 3F. RGB value is (207,249,63). Sum of RGB (Red+Green+Blue) = 207+249+63=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF93F is #3006C0. Grayscale: #D7D7D7. Windows color (decimal): -3147457 or 4192719. OLE color: 4192719.
HSL color Cylindrical-coordinate representation of color #CFF93F: hue angle of 73.55º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFF93F is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 63 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.02 |
| HSL | 73.55º | 0.94% | 0.61% | - |
| HSV(B) | 73.55º | 0.75% | 0.98% | - |
| XYZ | 60.51 | 81.38 | 17.22 | - |
| YUV | 215.24 | 42.09 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 63 | 0.17 | 0 | 0.75 | 0.02 | 73.55 | 0.94 | 0.61 |
| Hex | CF | F9 | 3F | 11 | 0 | 4B | 2 | 4A | 5E | 3D |
| Octal | 317 | 371 | 77 | 21 | 0 | 113 | 2 | 112 | 136 | 75 |
| Binary | 11001111 | 11111001 | 111111 | 10001 | 0 | 1001011 | 10 | 1001010 | 1011110 | 111101 |
Color Harmonies of #CFF93F
Complementary color
Monochromatic Colors of #CFF93F
Black with #CFF93F
Text Example
Text Example
White with #CFF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF93F; }
p { color: rgb(207,249,63); }
H1.HeaderClassName
{
color: #CFF93F;
}
.AnyTagClassName
{
color: #CFF93F;
}
</style>
background-color css
<style>
a { background-color: #CFF93F; }
a { background-color: rgb(207,249,63); }
div.DivClassName
{
background-color: #CFF93F;
}
.BgClassName
{
background-color: #CFF93F;
}
</style>
border-color css
<style>
span { border-color: #CFF93F; }
span { border-color: rgb(207,249,63); }
td.TdClassName
{
border-color: #CFF93F;
}
.TagClassName
{
border-color: #CFF93F;
}
</style>