Html Css Color HEX #B5D850 Conifer

📋 copy color: '#B5D850'

red 181 ◦ green 216 ◦ blue 80

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

Shades of Conifer #B5D850

Tints of Conifer #B5D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.28%

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

R = 37.95%
G = 45.28%
B = 16.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#B5D850 (or 0xB5D850) is known color: Conifer. HEX triplet: B5, D8 and 50. RGB value is (181,216,80). Sum of RGB (Red+Green+Blue) = 181+216+80=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D850 is #4A27AF. Grayscale: #BEBEBE. Windows color (decimal): -4859824 or 5298357. OLE color: 5298357.

HSL color Cylindrical-coordinate representation of color #B5D850: hue angle of 75.44º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5D850 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 216 80 -
CMYK 0.16 0 0.63 0.15
HSL 75.44º 0.64% 0.58% -
HSV(B) 75.44º 0.63% 0.85% -
XYZ 45.06 59.51 16.7 -
YUV 190.03 65.9 121.56 -
System Red Green Blue C M Y K H S L
Decimal 181 216 80 0.16 0 0.63 0.15 75.44 0.64 0.58
Hex B5 D8 50 10 0 3F F 4B 40 3A
Octal 265 330 120 20 0 77 17 113 100 72
Binary 10110101 11011000 1010000 10000 0 111111 1111 1001011 1000000 111010

Color Harmonies of #B5D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D850

Black with #B5D850

Text Example


Text Example

White with #B5D850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D850; }

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

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

background-color css

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

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

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

border-color css

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

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

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