Shades of Pear #CBF04A
Tints of Pear #CBF04A
RGB
CMYK
RGB Variations
Color information
#CBF04A (or 0xCBF04A) is known color: Pear. HEX triplet: CB, F0 and 4A. RGB value is (203,240,74). Sum of RGB (Red+Green+Blue) = 203+240+74=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF04A is #340FB5. Grayscale: #D2D2D2. Windows color (decimal): -3411894 or 4911307. OLE color: 4911307.
HSL color Cylindrical-coordinate representation of color #CBF04A: hue angle of 73.37º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBF04A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 74 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.06 |
| HSL | 73.37º | 0.85% | 0.62% | - |
| HSV(B) | 73.37º | 0.69% | 0.94% | - |
| XYZ | 57.02 | 75.51 | 18.05 | - |
| YUV | 210.01 | 51.24 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 74 | 0.15 | 0 | 0.69 | 0.06 | 73.37 | 0.85 | 0.62 |
| Hex | CB | F0 | 4A | F | 0 | 45 | 6 | 49 | 55 | 3E |
| Octal | 313 | 360 | 112 | 17 | 0 | 105 | 6 | 111 | 125 | 76 |
| Binary | 11001011 | 11110000 | 1001010 | 1111 | 0 | 1000101 | 110 | 1001001 | 1010101 | 111110 |
Color Harmonies of #CBF04A
Complementary color
Monochromatic Colors of #CBF04A
Black with #CBF04A
Text Example
Text Example
White with #CBF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF04A; }
p { color: rgb(203,240,74); }
H1.HeaderClassName
{
color: #CBF04A;
}
.AnyTagClassName
{
color: #CBF04A;
}
</style>
background-color css
<style>
a { background-color: #CBF04A; }
a { background-color: rgb(203,240,74); }
div.DivClassName
{
background-color: #CBF04A;
}
.BgClassName
{
background-color: #CBF04A;
}
</style>
border-color css
<style>
span { border-color: #CBF04A; }
span { border-color: rgb(203,240,74); }
td.TdClassName
{
border-color: #CBF04A;
}
.TagClassName
{
border-color: #CBF04A;
}
</style>