Html Css Color HEX #B5D940 Conifer

📋 copy color: '#B5D940'

red 181 ◦ green 217 ◦ blue 64

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

Shades of Conifer #B5D940

Tints of Conifer #B5D940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.85%

R = 39.18%
G = 46.97%
B = 13.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#B5D940 (or 0xB5D940) is known color: Conifer. HEX triplet: B5, D9 and 40. RGB value is (181,217,64). Sum of RGB (Red+Green+Blue) = 181+217+64=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D940 is #4A26BF. Grayscale: #BDBDBD. Windows color (decimal): -4859584 or 4250037. OLE color: 4250037.

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

Color convert

RGB 181 217 64 -
CMYK 0.17 0 0.71 0.15
HSL 74.12º 0.67% 0.55% -
HSV(B) 74.12º 0.71% 0.85% -
XYZ 44.79 59.82 14.04 -
YUV 188.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 181 217 64 0.17 0 0.71 0.15 74.12 0.67 0.55
Hex B5 D9 40 11 0 47 F 4A 43 37
Octal 265 331 100 21 0 107 17 112 103 67
Binary 10110101 11011001 1000000 10001 0 1000111 1111 1001010 1000011 110111

Color Harmonies of #B5D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D940

Black with #B5D940

Text Example


Text Example

White with #B5D940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D940; }

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

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

background-color css

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

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

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

border-color css

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

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

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