Html Css Color HEX #B5E550 Conifer

📋 copy color: '#B5E550'

red 181 ◦ green 229 ◦ blue 80

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

Shades of Conifer #B5E550

Tints of Conifer #B5E550

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.73%

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

R = 36.94%
G = 46.73%
B = 16.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#B5E550 (or 0xB5E550) is known color: Conifer. HEX triplet: B5, E5 and 50. RGB value is (181,229,80). Sum of RGB (Red+Green+Blue) = 181+229+80=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E550 is #4A1AAF. Grayscale: #C6C6C6. Windows color (decimal): -4856496 or 5301685. OLE color: 5301685.

HSL color Cylindrical-coordinate representation of color #B5E550: hue angle of 79.33º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5E550 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 229 80 -
CMYK 0.21 0 0.65 0.10
HSL 79.33º 0.74% 0.61% -
HSV(B) 79.33º 0.65% 0.9% -
XYZ 48.52 66.44 17.86 -
YUV 197.66 61.6 116.12 -
System Red Green Blue C M Y K H S L
Decimal 181 229 80 0.21 0 0.65 0.10 79.33 0.74 0.61
Hex B5 E5 50 15 0 41 A 4F 4A 3D
Octal 265 345 120 25 0 101 12 117 112 75
Binary 10110101 11100101 1010000 10101 0 1000001 1010 1001111 1001010 111101

Color Harmonies of #B5E550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E550

Black with #B5E550

Text Example


Text Example

White with #B5E550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E550; }

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

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

background-color css

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

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

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

border-color css

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

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

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