Shades of Pear #CBFA3C
Tints of Pear #CBFA3C
RGB
CMYK
RGB Variations
Color information
#CBFA3C (or 0xCBFA3C) is known color: Pear. HEX triplet: CB, FA and 3C. RGB value is (203,250,60). Sum of RGB (Red+Green+Blue) = 203+250+60=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 60 (23.83% from 255 or 11.70% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFA3C is #3405C3. Grayscale: #D7D7D7. Windows color (decimal): -3409348 or 3996363. OLE color: 3996363.
HSL color Cylindrical-coordinate representation of color #CBFA3C: hue angle of 74.84º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBFA3C is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 60 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.02 |
| HSL | 74.84º | 0.95% | 0.61% | - |
| HSV(B) | 74.84º | 0.76% | 0.98% | - |
| XYZ | 59.63 | 81.39 | 16.84 | - |
| YUV | 214.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 60 | 0.19 | 0 | 0.76 | 0.02 | 74.84 | 0.95 | 0.61 |
| Hex | CB | FA | 3C | 13 | 0 | 4C | 2 | 4B | 5F | 3D |
| Octal | 313 | 372 | 74 | 23 | 0 | 114 | 2 | 113 | 137 | 75 |
| Binary | 11001011 | 11111010 | 111100 | 10011 | 0 | 1001100 | 10 | 1001011 | 1011111 | 111101 |
Color Harmonies of #CBFA3C
Complementary color
Monochromatic Colors of #CBFA3C
Black with #CBFA3C
Text Example
Text Example
White with #CBFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFA3C; }
p { color: rgb(203,250,60); }
H1.HeaderClassName
{
color: #CBFA3C;
}
.AnyTagClassName
{
color: #CBFA3C;
}
</style>
background-color css
<style>
a { background-color: #CBFA3C; }
a { background-color: rgb(203,250,60); }
div.DivClassName
{
background-color: #CBFA3C;
}
.BgClassName
{
background-color: #CBFA3C;
}
</style>
border-color css
<style>
span { border-color: #CBFA3C; }
span { border-color: rgb(203,250,60); }
td.TdClassName
{
border-color: #CBFA3C;
}
.TagClassName
{
border-color: #CBFA3C;
}
</style>