Shades of Pear #CFF53D
Tints of Pear #CFF53D
RGB
CMYK
RGB Variations
Color information
#CFF53D (or 0xCFF53D) is known color: Pear. HEX triplet: CF, F5 and 3D. RGB value is (207,245,61). Sum of RGB (Red+Green+Blue) = 207+245+61=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF53D is #300AC2. Grayscale: #D5D5D5. Windows color (decimal): -3148483 or 4060623. OLE color: 4060623.
HSL color Cylindrical-coordinate representation of color #CFF53D: hue angle of 72.39º degrees, saturation: 0.9, 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 #CFF53D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 61 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.04 |
| HSL | 72.39º | 0.9% | 0.6% | - |
| HSV(B) | 72.39º | 0.75% | 0.96% | - |
| XYZ | 59.23 | 78.91 | 16.52 | - |
| YUV | 212.66 | 42.41 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 61 | 0.16 | 0 | 0.75 | 0.04 | 72.39 | 0.9 | 0.6 |
| Hex | CF | F5 | 3D | 10 | 0 | 4B | 4 | 48 | 5A | 3C |
| Octal | 317 | 365 | 75 | 20 | 0 | 113 | 4 | 110 | 132 | 74 |
| Binary | 11001111 | 11110101 | 111101 | 10000 | 0 | 1001011 | 100 | 1001000 | 1011010 | 111100 |
Color Harmonies of #CFF53D
Complementary color
Monochromatic Colors of #CFF53D
Black with #CFF53D
Text Example
Text Example
White with #CFF53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF53D; }
p { color: rgb(207,245,61); }
H1.HeaderClassName
{
color: #CFF53D;
}
.AnyTagClassName
{
color: #CFF53D;
}
</style>
background-color css
<style>
a { background-color: #CFF53D; }
a { background-color: rgb(207,245,61); }
div.DivClassName
{
background-color: #CFF53D;
}
.BgClassName
{
background-color: #CFF53D;
}
</style>
border-color css
<style>
span { border-color: #CFF53D; }
span { border-color: rgb(207,245,61); }
td.TdClassName
{
border-color: #CFF53D;
}
.TagClassName
{
border-color: #CFF53D;
}
</style>