Shades of Pear #CBF74A
Tints of Pear #CBF74A
RGB
CMYK
RGB Variations
Color information
#CBF74A (or 0xCBF74A) is known color: Pear. HEX triplet: CB, F7 and 4A. RGB value is (203,247,74). Sum of RGB (Red+Green+Blue) = 203+247+74=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF74A is #3408B5. Grayscale: #D6D6D6. Windows color (decimal): -3410102 or 4913099. OLE color: 4913099.
HSL color Cylindrical-coordinate representation of color #CBF74A: hue angle of 75.26º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBF74A is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 74 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.03 |
| HSL | 75.26º | 0.92% | 0.63% | - |
| HSV(B) | 75.26º | 0.7% | 0.97% | - |
| XYZ | 59.13 | 79.71 | 18.75 | - |
| YUV | 214.12 | 48.92 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 74 | 0.18 | 0 | 0.70 | 0.03 | 75.26 | 0.92 | 0.63 |
| Hex | CB | F7 | 4A | 12 | 0 | 46 | 3 | 4B | 5C | 3F |
| Octal | 313 | 367 | 112 | 22 | 0 | 106 | 3 | 113 | 134 | 77 |
| Binary | 11001011 | 11110111 | 1001010 | 10010 | 0 | 1000110 | 11 | 1001011 | 1011100 | 111111 |
Color Harmonies of #CBF74A
Complementary color
Monochromatic Colors of #CBF74A
Black with #CBF74A
Text Example
Text Example
White with #CBF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF74A; }
p { color: rgb(203,247,74); }
H1.HeaderClassName
{
color: #CBF74A;
}
.AnyTagClassName
{
color: #CBF74A;
}
</style>
background-color css
<style>
a { background-color: #CBF74A; }
a { background-color: rgb(203,247,74); }
div.DivClassName
{
background-color: #CBF74A;
}
.BgClassName
{
background-color: #CBF74A;
}
</style>
border-color css
<style>
span { border-color: #CBF74A; }
span { border-color: rgb(203,247,74); }
td.TdClassName
{
border-color: #CBF74A;
}
.TagClassName
{
border-color: #CBF74A;
}
</style>