Shades of Pear #CFF31B
Tints of Pear #CFF31B
RGB
CMYK
RGB Variations
Color information
#CFF31B (or 0xCFF31B) is known color: Pear. HEX triplet: CF, F3 and 1B. RGB value is (207,243,27). Sum of RGB (Red+Green+Blue) = 207+243+27=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF31B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF31B is #300CE4. Grayscale: #D0D0D0. Windows color (decimal): -3149029 or 1831887. OLE color: 1831887.
HSL color Cylindrical-coordinate representation of color #CFF31B: hue angle of 70º degrees, saturation: 0.9, 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 #CFF31B is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 27 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.05 |
| HSL | 70º | 0.9% | 0.53% | - |
| HSV(B) | 70º | 0.89% | 0.95% | - |
| XYZ | 57.98 | 77.45 | 12.93 | - |
| YUV | 207.61 | 26.07 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 27 | 0.15 | 0 | 0.89 | 0.05 | 70 | 0.9 | 0.53 |
| Hex | CF | F3 | 1B | F | 0 | 59 | 5 | 46 | 5A | 35 |
| Octal | 317 | 363 | 33 | 17 | 0 | 131 | 5 | 106 | 132 | 65 |
| Binary | 11001111 | 11110011 | 11011 | 1111 | 0 | 1011001 | 101 | 1000110 | 1011010 | 110101 |
Color Harmonies of #CFF31B
Complementary color
Monochromatic Colors of #CFF31B
Black with #CFF31B
Text Example
Text Example
White with #CFF31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF31B; }
p { color: rgb(207,243,27); }
H1.HeaderClassName
{
color: #CFF31B;
}
.AnyTagClassName
{
color: #CFF31B;
}
</style>
background-color css
<style>
a { background-color: #CFF31B; }
a { background-color: rgb(207,243,27); }
div.DivClassName
{
background-color: #CFF31B;
}
.BgClassName
{
background-color: #CFF31B;
}
</style>
border-color css
<style>
span { border-color: #CFF31B; }
span { border-color: rgb(207,243,27); }
td.TdClassName
{
border-color: #CFF31B;
}
.TagClassName
{
border-color: #CFF31B;
}
</style>