Html Css Color HEX #B5D94D Conifer

📋 copy color: '#B5D94D'

red 181 ◦ green 217 ◦ blue 77

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

Shades of Conifer #B5D94D

Tints of Conifer #B5D94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.68%

 BLUE value IS 77 (30.47% from 255) = 16.21%

R = 38.11%
G = 45.68%
B = 16.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#B5D94D (or 0xB5D94D) is known color: Conifer. HEX triplet: B5, D9 and 4D. RGB value is (181,217,77). Sum of RGB (Red+Green+Blue) = 181+217+77=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D94D is #4A26B2. Grayscale: #BEBEBE. Windows color (decimal): -4859571 or 5102005. OLE color: 5102005.

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

Color convert

RGB 181 217 77 -
CMYK 0.17 0 0.65 0.15
HSL 75.43º 0.65% 0.58% -
HSV(B) 75.43º 0.65% 0.85% -
XYZ 45.21 59.99 16.22 -
YUV 190.28 64.07 121.38 -
System Red Green Blue C M Y K H S L
Decimal 181 217 77 0.17 0 0.65 0.15 75.43 0.65 0.58
Hex B5 D9 4D 11 0 41 F 4B 41 3A
Octal 265 331 115 21 0 101 17 113 101 72
Binary 10110101 11011001 1001101 10001 0 1000001 1111 1001011 1000001 111010

Color Harmonies of #B5D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D94D

Black with #B5D94D

Text Example


Text Example

White with #B5D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D94D; }

 p { color: rgb(181,217,77); }

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

background-color css

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

 a { background-color: rgb(181,217,77); }

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

border-color css

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

 span { border-color: rgb(181,217,77); }

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