#b2e650

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

Shades of Conifer #B2E650

Tints of Conifer #B2E650

Color information

#B2E650 (or 0xB2E650) is unknown color: approx Conifer. HEX triplet: B2, E6 and 50. RGB value is (178,230,80). Sum of RGB (Red+Green+Blue) = 178+230+80=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E650 is #4D19AF. Grayscale: #C5C5C5. Windows color (decimal): -5052848 or 5301938. OLE color: 5301938.

HSL color Cylindrical-coordinate representation of color #B2E650: hue angle of 80.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2E650 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB17823080-
CMYK0.2300.650.10
HSL80.8º75%60.78%-
HSV(B)80.8º65.22%90.2%-
XYZ48.166.6417.92-
YUV197.3561.77114.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 230 (90.23% from 255) = 47.13%
BLUE value IS 80 (31.64% from 255) = 16.39%
R=36.48%
G=47.13%
B=16.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal178230800.2300.650.1080.87560.78
HexB2E65017041A514b3d
Octal2623461202701011212111375
Binary101100101110011010100001011101000001101010100011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2e650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2e650; }

 p { color: rgb(178,230,80); }

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

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

 a { background-color: rgb(178,230,80); }

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

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

 span { border-color: rgb(178,230,80); }

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