Html Css Color HEX #B5D955 Conifer

📋 copy color: '#B5D955'

red 181 ◦ green 217 ◦ blue 85

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

Shades of Conifer #B5D955

Tints of Conifer #B5D955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.6%

R = 37.47%
G = 44.93%
B = 17.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#B5D955 (or 0xB5D955) is known color: Conifer. HEX triplet: B5, D9 and 55. RGB value is (181,217,85). Sum of RGB (Red+Green+Blue) = 181+217+85=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D955 is #4A26AA. Grayscale: #BFBFBF. Windows color (decimal): -4859563 or 5626293. OLE color: 5626293.

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

Color convert

RGB 181 217 85 -
CMYK 0.17 0 0.61 0.15
HSL 76.36º 0.63% 0.59% -
HSV(B) 76.36º 0.61% 0.85% -
XYZ 45.51 60.11 17.8 -
YUV 191.19 68.07 120.73 -
System Red Green Blue C M Y K H S L
Decimal 181 217 85 0.17 0 0.61 0.15 76.36 0.63 0.59
Hex B5 D9 55 11 0 3D F 4C 3F 3B
Octal 265 331 125 21 0 75 17 114 77 73
Binary 10110101 11011001 1010101 10001 0 111101 1111 1001100 111111 111011

Color Harmonies of #B5D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D955

Black with #B5D955

Text Example


Text Example

White with #B5D955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D955; }

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

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

background-color css

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

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

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

border-color css

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

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

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