#CBF63B

Color #CBF63B Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CBF63B

Tints of Pear #CBF63B

Color information

#CBF63B (or 0xCBF63B) is unknown color: approx Pear. HEX triplet: CB, F6 and 3B. RGB value is (203,246,59). Sum of RGB (Red+Green+Blue) = 203+246+59=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF63B is #3409C4. Grayscale: #D4D4D4. Windows color (decimal): -3410373 or 3929803. OLE color: 3929803.

HSL color Cylindrical-coordinate representation of color #CBF63B: hue angle of 73.8º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBF63B is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB20324659-
CMYK0.1700.760.04
HSL73.8º91.22%59.8%-
HSV(B)73.8º76.02%96.47%-
XYZ58.3778.9216.29-
YUV211.8241.75121.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 246 (96.48% from 255) = 48.43%
BLUE value IS 59 (23.44% from 255) = 11.61%
R=39.96%
G=48.43%
B=11.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal203246590.1700.760.0473.891.2259.8
HexCBF63B1104C44a5b3c
Octal31336673210114411213374
Binary1100101111110110111011100010100110010010010101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF63B; }

 p { color: rgb(203,246,59); }

 H1.HeaderClassName
 {
   color: #CBF63B;
 }
 .AnyTagClassName
 {
   color: #CBF63B;
 }
</style>
background-color css

<style>
 a { background-color: #CBF63B; }

 a { background-color: rgb(203,246,59); }

 div.DivClassName
 {
   background-color: #CBF63B;
 }
 .BgClassName
 {
   background-color: #CBF63B;
 }
</style>
border-color css

<style>
 span { border-color: #CBF63B; }

 span { border-color: rgb(203,246,59); }

 td.TdClassName
 {
   border-color: #CBF63B;
 }
 .TagClassName
 {
   border-color: #CBF63B;
 }
</style>