Shades of Pear #CFF83D
Tints of Pear #CFF83D
RGB
CMYK
RGB Variations
Color information
#CFF83D (or 0xCFF83D) is known color: Pear. HEX triplet: CF, F8 and 3D. RGB value is (207,248,61). Sum of RGB (Red+Green+Blue) = 207+248+61=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF83D is #3007C2. Grayscale: #D7D7D7. Windows color (decimal): -3147715 or 4061391. OLE color: 4061391.
HSL color Cylindrical-coordinate representation of color #CFF83D: hue angle of 73.16º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFF83D is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 61 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.03 |
| HSL | 73.16º | 0.93% | 0.61% | - |
| HSV(B) | 73.16º | 0.75% | 0.97% | - |
| XYZ | 60.14 | 80.74 | 16.83 | - |
| YUV | 214.42 | 41.42 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 61 | 0.17 | 0 | 0.75 | 0.03 | 73.16 | 0.93 | 0.61 |
| Hex | CF | F8 | 3D | 11 | 0 | 4B | 3 | 49 | 5D | 3D |
| Octal | 317 | 370 | 75 | 21 | 0 | 113 | 3 | 111 | 135 | 75 |
| Binary | 11001111 | 11111000 | 111101 | 10001 | 0 | 1001011 | 11 | 1001001 | 1011101 | 111101 |
Color Harmonies of #CFF83D
Complementary color
Monochromatic Colors of #CFF83D
Black with #CFF83D
Text Example
Text Example
White with #CFF83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF83D; }
p { color: rgb(207,248,61); }
H1.HeaderClassName
{
color: #CFF83D;
}
.AnyTagClassName
{
color: #CFF83D;
}
</style>
background-color css
<style>
a { background-color: #CFF83D; }
a { background-color: rgb(207,248,61); }
div.DivClassName
{
background-color: #CFF83D;
}
.BgClassName
{
background-color: #CFF83D;
}
</style>
border-color css
<style>
span { border-color: #CFF83D; }
span { border-color: rgb(207,248,61); }
td.TdClassName
{
border-color: #CFF83D;
}
.TagClassName
{
border-color: #CFF83D;
}
</style>