Shades of Pear #CBF73A
Tints of Pear #CBF73A
RGB
CMYK
RGB Variations
Color information
#CBF73A (or 0xCBF73A) is known color: Pear. HEX triplet: CB, F7 and 3A. RGB value is (203,247,58). Sum of RGB (Red+Green+Blue) = 203+247+58=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF73A is #3408C5. Grayscale: #D5D5D5. Windows color (decimal): -3410118 or 3864523. OLE color: 3864523.
HSL color Cylindrical-coordinate representation of color #CBF73A: hue angle of 73.97º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBF73A is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 58 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.03 |
| HSL | 73.97º | 0.92% | 0.6% | - |
| HSV(B) | 73.97º | 0.77% | 0.97% | - |
| XYZ | 58.65 | 79.52 | 16.26 | - |
| YUV | 212.3 | 40.92 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 58 | 0.18 | 0 | 0.77 | 0.03 | 73.97 | 0.92 | 0.6 |
| Hex | CB | F7 | 3A | 12 | 0 | 4D | 3 | 4A | 5C | 3C |
| Octal | 313 | 367 | 72 | 22 | 0 | 115 | 3 | 112 | 134 | 74 |
| Binary | 11001011 | 11110111 | 111010 | 10010 | 0 | 1001101 | 11 | 1001010 | 1011100 | 111100 |
Color Harmonies of #CBF73A
Complementary color
Monochromatic Colors of #CBF73A
Black with #CBF73A
Text Example
Text Example
White with #CBF73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF73A; }
p { color: rgb(203,247,58); }
H1.HeaderClassName
{
color: #CBF73A;
}
.AnyTagClassName
{
color: #CBF73A;
}
</style>
background-color css
<style>
a { background-color: #CBF73A; }
a { background-color: rgb(203,247,58); }
div.DivClassName
{
background-color: #CBF73A;
}
.BgClassName
{
background-color: #CBF73A;
}
</style>
border-color css
<style>
span { border-color: #CBF73A; }
span { border-color: rgb(203,247,58); }
td.TdClassName
{
border-color: #CBF73A;
}
.TagClassName
{
border-color: #CBF73A;
}
</style>