Html Css Color HEX #B5D55F Conifer

📋 copy color: '#B5D55F'

red 181 ◦ green 213 ◦ blue 95

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

Shades of Conifer #B5D55F

Tints of Conifer #B5D55F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.56%

 BLUE value IS 95 (37.5% from 255) = 19.43%

R = 37.01%
G = 43.56%
B = 19.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#B5D55F (or 0xB5D55F) is known color: Conifer. HEX triplet: B5, D5 and 5F. RGB value is (181,213,95). Sum of RGB (Red+Green+Blue) = 181+213+95=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D55F is #4A2AA0. Grayscale: #BEBEBE. Windows color (decimal): -4860577 or 6280629. OLE color: 6280629.

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

Color convert

RGB 181 213 95 -
CMYK 0.15 0 0.55 0.16
HSL 76.27º 0.58% 0.6% -
HSV(B) 76.27º 0.55% 0.84% -
XYZ 44.92 58.24 19.7 -
YUV 189.98 74.4 121.59 -
System Red Green Blue C M Y K H S L
Decimal 181 213 95 0.15 0 0.55 0.16 76.27 0.58 0.6
Hex B5 D5 5F F 0 37 10 4C 3A 3C
Octal 265 325 137 17 0 67 20 114 72 74
Binary 10110101 11010101 1011111 1111 0 110111 10000 1001100 111010 111100

Color Harmonies of #B5D55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D55F

Black with #B5D55F

Text Example


Text Example

White with #B5D55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D55F; }

 p { color: rgb(181,213,95); }

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

background-color css

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

 a { background-color: rgb(181,213,95); }

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

border-color css

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

 span { border-color: rgb(181,213,95); }

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