Html Css Color HEX #B5E350 Conifer

📋 copy color: '#B5E350'

red 181 ◦ green 227 ◦ blue 80

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

Shades of Conifer #B5E350

Tints of Conifer #B5E350

RGB

 RED value IS 181 (71.09% from 255) = 37.09%

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

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

R = 37.09%
G = 46.52%
B = 16.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#B5E350 (or 0xB5E350) is known color: Conifer. HEX triplet: B5, E3 and 50. RGB value is (181,227,80). Sum of RGB (Red+Green+Blue) = 181+227+80=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E350 is #4A1CAF. Grayscale: #C5C5C5. Windows color (decimal): -4857008 or 5301173. OLE color: 5301173.

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

Color convert

RGB 181 227 80 -
CMYK 0.20 0 0.65 0.11
HSL 78.78º 0.72% 0.6% -
HSV(B) 78.78º 0.65% 0.89% -
XYZ 47.97 65.34 17.67 -
YUV 196.49 62.26 116.95 -
System Red Green Blue C M Y K H S L
Decimal 181 227 80 0.20 0 0.65 0.11 78.78 0.72 0.6
Hex B5 E3 50 14 0 41 B 4F 48 3C
Octal 265 343 120 24 0 101 13 117 110 74
Binary 10110101 11100011 1010000 10100 0 1000001 1011 1001111 1001000 111100

Color Harmonies of #B5E350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E350

Black with #B5E350

Text Example


Text Example

White with #B5E350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E350; }

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

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

background-color css

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

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

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

border-color css

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

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

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