Shades of Pear #CFF63D
Tints of Pear #CFF63D
RGB
CMYK
RGB Variations
Color information
#CFF63D (or 0xCFF63D) is known color: Pear. HEX triplet: CF, F6 and 3D. RGB value is (207,246,61). Sum of RGB (Red+Green+Blue) = 207+246+61=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF63D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF63D is #3009C2. Grayscale: #D5D5D5. Windows color (decimal): -3148227 or 4060879. OLE color: 4060879.
HSL color Cylindrical-coordinate representation of color #CFF63D: hue angle of 72.65º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFF63D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 61 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.04 |
| HSL | 72.65º | 0.91% | 0.6% | - |
| HSV(B) | 72.65º | 0.75% | 0.96% | - |
| XYZ | 59.53 | 79.51 | 16.63 | - |
| YUV | 213.25 | 42.08 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 61 | 0.16 | 0 | 0.75 | 0.04 | 72.65 | 0.91 | 0.6 |
| Hex | CF | F6 | 3D | 10 | 0 | 4B | 4 | 49 | 5B | 3C |
| Octal | 317 | 366 | 75 | 20 | 0 | 113 | 4 | 111 | 133 | 74 |
| Binary | 11001111 | 11110110 | 111101 | 10000 | 0 | 1001011 | 100 | 1001001 | 1011011 | 111100 |
Color Harmonies of #CFF63D
Complementary color
Monochromatic Colors of #CFF63D
Black with #CFF63D
Text Example
Text Example
White with #CFF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF63D; }
p { color: rgb(207,246,61); }
H1.HeaderClassName
{
color: #CFF63D;
}
.AnyTagClassName
{
color: #CFF63D;
}
</style>
background-color css
<style>
a { background-color: #CFF63D; }
a { background-color: rgb(207,246,61); }
div.DivClassName
{
background-color: #CFF63D;
}
.BgClassName
{
background-color: #CFF63D;
}
</style>
border-color css
<style>
span { border-color: #CFF63D; }
span { border-color: rgb(207,246,61); }
td.TdClassName
{
border-color: #CFF63D;
}
.TagClassName
{
border-color: #CFF63D;
}
</style>