Html Css Color HEX #B2EB50 Conifer

📋 copy color: '#B2EB50'

red 178 ◦ green 235 ◦ blue 80

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

Shades of Conifer #B2EB50

Tints of Conifer #B2EB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.67%

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

R = 36.11%
G = 47.67%
B = 16.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#B2EB50 (or 0xB2EB50) is known color: Conifer. HEX triplet: B2, EB and 50. RGB value is (178,235,80). Sum of RGB (Red+Green+Blue) = 178+235+80=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EB50 is #4D14AF. Grayscale: #C8C8C8. Windows color (decimal): -5051568 or 5303218. OLE color: 5303218.

HSL color Cylindrical-coordinate representation of color #B2EB50: hue angle of 82.06º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2EB50 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 80 -
CMYK 0.24 0 0.66 0.08
HSL 82.06º 0.79% 0.62% -
HSV(B) 82.06º 0.66% 0.92% -
XYZ 49.52 69.46 18.39 -
YUV 200.29 60.12 112.1 -
System Red Green Blue C M Y K H S L
Decimal 178 235 80 0.24 0 0.66 0.08 82.06 0.79 0.62
Hex B2 EB 50 18 0 42 8 52 4F 3E
Octal 262 353 120 30 0 102 10 122 117 76
Binary 10110010 11101011 1010000 11000 0 1000010 1000 1010010 1001111 111110

Color Harmonies of #B2EB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB50

Black with #B2EB50

Text Example


Text Example

White with #B2EB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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