Shades of Pear #CBF23C
Tints of Pear #CBF23C
RGB
CMYK
RGB Variations
Color information
#CBF23C (or 0xCBF23C) is known color: Pear. HEX triplet: CB, F2 and 3C. RGB value is (203,242,60). Sum of RGB (Red+Green+Blue) = 203+242+60=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 60 (23.83% from 255 or 11.88% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF23C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF23C is #340DC3. Grayscale: #D2D2D2. Windows color (decimal): -3411396 or 3994315. OLE color: 3994315.
HSL color Cylindrical-coordinate representation of color #CBF23C: hue angle of 72.86º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBF23C is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 60 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.05 |
| HSL | 72.86º | 0.88% | 0.59% | - |
| HSV(B) | 72.86º | 0.75% | 0.95% | - |
| XYZ | 57.2 | 76.53 | 16.03 | - |
| YUV | 209.59 | 43.58 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 60 | 0.16 | 0 | 0.75 | 0.05 | 72.86 | 0.88 | 0.59 |
| Hex | CB | F2 | 3C | 10 | 0 | 4B | 5 | 49 | 58 | 3B |
| Octal | 313 | 362 | 74 | 20 | 0 | 113 | 5 | 111 | 130 | 73 |
| Binary | 11001011 | 11110010 | 111100 | 10000 | 0 | 1001011 | 101 | 1001001 | 1011000 | 111011 |
Color Harmonies of #CBF23C
Complementary color
Monochromatic Colors of #CBF23C
Black with #CBF23C
Text Example
Text Example
White with #CBF23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF23C; }
p { color: rgb(203,242,60); }
H1.HeaderClassName
{
color: #CBF23C;
}
.AnyTagClassName
{
color: #CBF23C;
}
</style>
background-color css
<style>
a { background-color: #CBF23C; }
a { background-color: rgb(203,242,60); }
div.DivClassName
{
background-color: #CBF23C;
}
.BgClassName
{
background-color: #CBF23C;
}
</style>
border-color css
<style>
span { border-color: #CBF23C; }
span { border-color: rgb(203,242,60); }
td.TdClassName
{
border-color: #CBF23C;
}
.TagClassName
{
border-color: #CBF23C;
}
</style>