Shades of Pear #CFFD3F
Tints of Pear #CFFD3F
RGB
CMYK
RGB Variations
Color information
#CFFD3F (or 0xCFFD3F) is known color: Pear. HEX triplet: CF, FD and 3F. RGB value is (207,253,63). Sum of RGB (Red+Green+Blue) = 207+253+63=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 63 (25% from 255 or 12.05% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFD3F is #3002C0. Grayscale: #DADADA. Windows color (decimal): -3146433 or 4193743. OLE color: 4193743.
HSL color Cylindrical-coordinate representation of color #CFFD3F: hue angle of 74.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFFD3F is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 63 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.01 |
| HSL | 74.53º | 0.98% | 0.62% | - |
| HSV(B) | 74.53º | 0.75% | 0.99% | - |
| XYZ | 61.75 | 83.87 | 17.64 | - |
| YUV | 217.59 | 40.76 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 63 | 0.18 | 0 | 0.75 | 0.01 | 74.53 | 0.98 | 0.62 |
| Hex | CF | FD | 3F | 12 | 0 | 4B | 1 | 4B | 62 | 3E |
| Octal | 317 | 375 | 77 | 22 | 0 | 113 | 1 | 113 | 142 | 76 |
| Binary | 11001111 | 11111101 | 111111 | 10010 | 0 | 1001011 | 1 | 1001011 | 1100010 | 111110 |
Color Harmonies of #CFFD3F
Complementary color
Monochromatic Colors of #CFFD3F
Black with #CFFD3F
Text Example
Text Example
White with #CFFD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD3F; }
p { color: rgb(207,253,63); }
H1.HeaderClassName
{
color: #CFFD3F;
}
.AnyTagClassName
{
color: #CFFD3F;
}
</style>
background-color css
<style>
a { background-color: #CFFD3F; }
a { background-color: rgb(207,253,63); }
div.DivClassName
{
background-color: #CFFD3F;
}
.BgClassName
{
background-color: #CFFD3F;
}
</style>
border-color css
<style>
span { border-color: #CFFD3F; }
span { border-color: rgb(207,253,63); }
td.TdClassName
{
border-color: #CFFD3F;
}
.TagClassName
{
border-color: #CFFD3F;
}
</style>