Html Css Color HEX #B0E350 Conifer

📋 copy color: '#B0E350'

red 176 ◦ green 227 ◦ blue 80

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

Shades of Conifer #B0E350

Tints of Conifer #B0E350

RGB

 RED value IS 176 (69.14% from 255) = 36.44%

 GREEN value IS 227 (89.06% from 255) = 47%

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

R = 36.44%
G = 47%
B = 16.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#B0E350 (or 0xB0E350) is known color: Conifer. HEX triplet: B0, E3 and 50. RGB value is (176,227,80). Sum of RGB (Red+Green+Blue) = 176+227+80=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E350 is #4F1CAF. Grayscale: #C3C3C3. Windows color (decimal): -5184688 or 5301168. OLE color: 5301168.

HSL color Cylindrical-coordinate representation of color #B0E350: hue angle of 80.82º 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 #B0E350 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 227 80 -
CMYK 0.22 0 0.65 0.11
HSL 80.82º 0.72% 0.6% -
HSV(B) 80.82º 0.65% 0.89% -
XYZ 46.82 64.75 17.62 -
YUV 194.99 63.1 114.45 -
System Red Green Blue C M Y K H S L
Decimal 176 227 80 0.22 0 0.65 0.11 80.82 0.72 0.6
Hex B0 E3 50 16 0 41 B 51 48 3C
Octal 260 343 120 26 0 101 13 121 110 74
Binary 10110000 11100011 1010000 10110 0 1000001 1011 1010001 1001000 111100

Color Harmonies of #B0E350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E350

Black with #B0E350

Text Example


Text Example

White with #B0E350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E350; }

 p { color: rgb(176,227,80); }

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

background-color css

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

 a { background-color: rgb(176,227,80); }

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

border-color css

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

 span { border-color: rgb(176,227,80); }

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