Html Css Color HEX #B2E250 Conifer

📋 copy color: '#B2E250'

red 178 ◦ green 226 ◦ blue 80

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

Shades of Conifer #B2E250

Tints of Conifer #B2E250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.69%

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

R = 36.78%
G = 46.69%
B = 16.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#B2E250 (or 0xB2E250) is known color: Conifer. HEX triplet: B2, E2 and 50. RGB value is (178,226,80). Sum of RGB (Red+Green+Blue) = 178+226+80=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E250 is #4D1DAF. Grayscale: #C3C3C3. Windows color (decimal): -5053872 or 5300914. OLE color: 5300914.

HSL color Cylindrical-coordinate representation of color #B2E250: hue angle of 79.73º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2E250 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 226 80 -
CMYK 0.21 0 0.65 0.11
HSL 79.73º 0.72% 0.6% -
HSV(B) 79.73º 0.65% 0.89% -
XYZ 47 64.44 17.55 -
YUV 195 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 178 226 80 0.21 0 0.65 0.11 79.73 0.72 0.6
Hex B2 E2 50 15 0 41 B 50 48 3C
Octal 262 342 120 25 0 101 13 120 110 74
Binary 10110010 11100010 1010000 10101 0 1000001 1011 1010000 1001000 111100

Color Harmonies of #B2E250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E250

Black with #B2E250

Text Example


Text Example

White with #B2E250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E250; }

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

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

background-color css

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

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

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

border-color css

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

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

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