Shades of Pear #CFF92B
Tints of Pear #CFF92B
RGB
CMYK
RGB Variations
Color information
#CFF92B (or 0xCFF92B) is known color: Pear. HEX triplet: CF, F9 and 2B. RGB value is (207,249,43). Sum of RGB (Red+Green+Blue) = 207+249+43=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF92B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF92B is #3006D4. Grayscale: #D5D5D5. Windows color (decimal): -3147477 or 2881999. OLE color: 2881999.
HSL color Cylindrical-coordinate representation of color #CFF92B: hue angle of 72.23º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFF92B is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 43 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.02 |
| HSL | 72.23º | 0.94% | 0.57% | - |
| HSV(B) | 72.23º | 0.83% | 0.98% | - |
| XYZ | 60.04 | 81.19 | 14.79 | - |
| YUV | 212.96 | 32.09 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 43 | 0.17 | 0 | 0.83 | 0.02 | 72.23 | 0.94 | 0.57 |
| Hex | CF | F9 | 2B | 11 | 0 | 53 | 2 | 48 | 5E | 39 |
| Octal | 317 | 371 | 53 | 21 | 0 | 123 | 2 | 110 | 136 | 71 |
| Binary | 11001111 | 11111001 | 101011 | 10001 | 0 | 1010011 | 10 | 1001000 | 1011110 | 111001 |
Color Harmonies of #CFF92B
Complementary color
Monochromatic Colors of #CFF92B
Black with #CFF92B
Text Example
Text Example
White with #CFF92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF92B; }
p { color: rgb(207,249,43); }
H1.HeaderClassName
{
color: #CFF92B;
}
.AnyTagClassName
{
color: #CFF92B;
}
</style>
background-color css
<style>
a { background-color: #CFF92B; }
a { background-color: rgb(207,249,43); }
div.DivClassName
{
background-color: #CFF92B;
}
.BgClassName
{
background-color: #CFF92B;
}
</style>
border-color css
<style>
span { border-color: #CFF92B; }
span { border-color: rgb(207,249,43); }
td.TdClassName
{
border-color: #CFF92B;
}
.TagClassName
{
border-color: #CFF92B;
}
</style>