Html Css Color HEX #B2E150 Conifer

📋 copy color: '#B2E150'

red 178 ◦ green 225 ◦ blue 80

#B2E150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B2E150

Tints of Conifer #B2E150

RGB

 RED value IS 178 (69.92% from 255) = 36.85%

 GREEN value IS 225 (88.28% from 255) = 46.58%

 BLUE value IS 80 (31.64% from 255) = 16.56%

R = 36.85%
G = 46.58%
B = 16.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#B2E150 (or 0xB2E150) is known color: Conifer. HEX triplet: B2, E1 and 50. RGB value is (178,225,80). Sum of RGB (Red+Green+Blue) = 178+225+80=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E150 is #4D1EAF. Grayscale: #C2C2C2. Windows color (decimal): -5054128 or 5300658. OLE color: 5300658.

HSL color Cylindrical-coordinate representation of color #B2E150: hue angle of 79.45º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2E150 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 225 80 -
CMYK 0.21 0 0.64 0.12
HSL 79.45º 0.71% 0.6% -
HSV(B) 79.45º 0.64% 0.88% -
XYZ 46.73 63.89 17.46 -
YUV 194.42 63.43 116.29 -
System Red Green Blue C M Y K H S L
Decimal 178 225 80 0.21 0 0.64 0.12 79.45 0.71 0.6
Hex B2 E1 50 15 0 40 C 4F 47 3C
Octal 262 341 120 25 0 100 14 117 107 74
Binary 10110010 11100001 1010000 10101 0 1000000 1100 1001111 1000111 111100

Color Harmonies of #B2E150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E150

Black with #B2E150

Text Example


Text Example

White with #B2E150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E150; }

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

 H1.HeaderClassName
 {
   color: #B2E150;
 }
 .AnyTagClassName
 {
   color: #B2E150;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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