Html Css Color HEX #B2F050 Conifer

📋 copy color: '#B2F050'

red 178 ◦ green 240 ◦ blue 80

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

Shades of Conifer #B2F050

Tints of Conifer #B2F050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.19%

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

R = 35.74%
G = 48.19%
B = 16.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#B2F050 (or 0xB2F050) is known color: Conifer. HEX triplet: B2, F0 and 50. RGB value is (178,240,80). Sum of RGB (Red+Green+Blue) = 178+240+80=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F050 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F050 is #4D0FAF. Grayscale: #CBCBCB. Windows color (decimal): -5050288 or 5304498. OLE color: 5304498.

HSL color Cylindrical-coordinate representation of color #B2F050: hue angle of 83.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2F050 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 80 -
CMYK 0.26 0 0.67 0.06
HSL 83.25º 0.84% 0.63% -
HSV(B) 83.25º 0.67% 0.94% -
XYZ 50.97 72.36 18.87 -
YUV 203.22 58.46 110.01 -
System Red Green Blue C M Y K H S L
Decimal 178 240 80 0.26 0 0.67 0.06 83.25 0.84 0.63
Hex B2 F0 50 1A 0 43 6 53 54 3F
Octal 262 360 120 32 0 103 6 123 124 77
Binary 10110010 11110000 1010000 11010 0 1000011 110 1010011 1010100 111111

Color Harmonies of #B2F050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F050

Black with #B2F050

Text Example


Text Example

White with #B2F050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F050; }

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

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

background-color css

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

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

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

border-color css

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

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

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