Shades of Pear #CFF01D
Tints of Pear #CFF01D
RGB
CMYK
RGB Variations
Color information
#CFF01D (or 0xCFF01D) is known color: Pear. HEX triplet: CF, F0 and 1D. RGB value is (207,240,29). Sum of RGB (Red+Green+Blue) = 207+240+29=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 29 (11.72% from 255 or 6.09% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF01D is #300FE2. Grayscale: #CECECE. Windows color (decimal): -3149795 or 1962191. OLE color: 1962191.
HSL color Cylindrical-coordinate representation of color #CFF01D: hue angle of 69.38º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFF01D is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 29 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.06 |
| HSL | 69.38º | 0.88% | 0.53% | - |
| HSV(B) | 69.38º | 0.88% | 0.94% | - |
| XYZ | 57.11 | 75.67 | 12.76 | - |
| YUV | 206.08 | 28.07 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 29 | 0.14 | 0 | 0.88 | 0.06 | 69.38 | 0.88 | 0.53 |
| Hex | CF | F0 | 1D | E | 0 | 58 | 6 | 45 | 58 | 35 |
| Octal | 317 | 360 | 35 | 16 | 0 | 130 | 6 | 105 | 130 | 65 |
| Binary | 11001111 | 11110000 | 11101 | 1110 | 0 | 1011000 | 110 | 1000101 | 1011000 | 110101 |
Color Harmonies of #CFF01D
Complementary color
Monochromatic Colors of #CFF01D
Black with #CFF01D
Text Example
Text Example
White with #CFF01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF01D; }
p { color: rgb(207,240,29); }
H1.HeaderClassName
{
color: #CFF01D;
}
.AnyTagClassName
{
color: #CFF01D;
}
</style>
background-color css
<style>
a { background-color: #CFF01D; }
a { background-color: rgb(207,240,29); }
div.DivClassName
{
background-color: #CFF01D;
}
.BgClassName
{
background-color: #CFF01D;
}
</style>
border-color css
<style>
span { border-color: #CFF01D; }
span { border-color: rgb(207,240,29); }
td.TdClassName
{
border-color: #CFF01D;
}
.TagClassName
{
border-color: #CFF01D;
}
</style>