Shades of Pear #CFF21B
Tints of Pear #CFF21B
RGB
CMYK
RGB Variations
Color information
#CFF21B (or 0xCFF21B) is known color: Pear. HEX triplet: CF, F2 and 1B. RGB value is (207,242,27). Sum of RGB (Red+Green+Blue) = 207+242+27=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF21B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF21B is #300DE4. Grayscale: #CFCFCF. Windows color (decimal): -3149285 or 1831631. OLE color: 1831631.
HSL color Cylindrical-coordinate representation of color #CFF21B: hue angle of 69.77º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFF21B is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 27 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.05 |
| HSL | 69.77º | 0.89% | 0.53% | - |
| HSV(B) | 69.77º | 0.89% | 0.95% | - |
| XYZ | 57.68 | 76.85 | 12.83 | - |
| YUV | 207.03 | 26.4 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 27 | 0.14 | 0 | 0.89 | 0.05 | 69.77 | 0.89 | 0.53 |
| Hex | CF | F2 | 1B | E | 0 | 59 | 5 | 46 | 59 | 35 |
| Octal | 317 | 362 | 33 | 16 | 0 | 131 | 5 | 106 | 131 | 65 |
| Binary | 11001111 | 11110010 | 11011 | 1110 | 0 | 1011001 | 101 | 1000110 | 1011001 | 110101 |
Color Harmonies of #CFF21B
Complementary color
Monochromatic Colors of #CFF21B
Black with #CFF21B
Text Example
Text Example
White with #CFF21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF21B; }
p { color: rgb(207,242,27); }
H1.HeaderClassName
{
color: #CFF21B;
}
.AnyTagClassName
{
color: #CFF21B;
}
</style>
background-color css
<style>
a { background-color: #CFF21B; }
a { background-color: rgb(207,242,27); }
div.DivClassName
{
background-color: #CFF21B;
}
.BgClassName
{
background-color: #CFF21B;
}
</style>
border-color css
<style>
span { border-color: #CFF21B; }
span { border-color: rgb(207,242,27); }
td.TdClassName
{
border-color: #CFF21B;
}
.TagClassName
{
border-color: #CFF21B;
}
</style>