Html Css Color HEX #B5D84B Conifer

📋 copy color: '#B5D84B'

red 181 ◦ green 216 ◦ blue 75

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

Shades of Conifer #B5D84B

Tints of Conifer #B5D84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.89%

R = 38.35%
G = 45.76%
B = 15.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#B5D84B (or 0xB5D84B) is known color: Conifer. HEX triplet: B5, D8 and 4B. RGB value is (181,216,75). Sum of RGB (Red+Green+Blue) = 181+216+75=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D84B is #4A27B4. Grayscale: #BDBDBD. Windows color (decimal): -4859829 or 4970677. OLE color: 4970677.

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

Color convert

RGB 181 216 75 -
CMYK 0.16 0 0.65 0.15
HSL 74.89º 0.64% 0.57% -
HSV(B) 74.89º 0.65% 0.85% -
XYZ 44.88 59.44 15.76 -
YUV 189.46 63.4 121.96 -
System Red Green Blue C M Y K H S L
Decimal 181 216 75 0.16 0 0.65 0.15 74.89 0.64 0.57
Hex B5 D8 4B 10 0 41 F 4B 40 39
Octal 265 330 113 20 0 101 17 113 100 71
Binary 10110101 11011000 1001011 10000 0 1000001 1111 1001011 1000000 111001

Color Harmonies of #B5D84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D84B

Black with #B5D84B

Text Example


Text Example

White with #B5D84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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