Html Css Color HEX #B5DC50 Conifer

📋 copy color: '#B5DC50'

red 181 ◦ green 220 ◦ blue 80

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

Shades of Conifer #B5DC50

Tints of Conifer #B5DC50

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 80 (31.64% from 255) = 16.63%

R = 37.63%
G = 45.74%
B = 16.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#B5DC50 (or 0xB5DC50) is known color: Conifer. HEX triplet: B5, DC and 50. RGB value is (181,220,80). Sum of RGB (Red+Green+Blue) = 181+220+80=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC50 is #4A23AF. Grayscale: #C0C0C0. Windows color (decimal): -4858800 or 5299381. OLE color: 5299381.

HSL color Cylindrical-coordinate representation of color #B5DC50: hue angle of 76.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5DC50 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 80 -
CMYK 0.18 0 0.64 0.14
HSL 76.71º 0.67% 0.59% -
HSV(B) 76.71º 0.64% 0.86% -
XYZ 46.1 61.59 17.05 -
YUV 192.38 64.58 119.88 -
System Red Green Blue C M Y K H S L
Decimal 181 220 80 0.18 0 0.64 0.14 76.71 0.67 0.59
Hex B5 DC 50 12 0 40 E 4D 43 3B
Octal 265 334 120 22 0 100 16 115 103 73
Binary 10110101 11011100 1010000 10010 0 1000000 1110 1001101 1000011 111011

Color Harmonies of #B5DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC50

Black with #B5DC50

Text Example


Text Example

White with #B5DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC50; }

 p { color: rgb(181,220,80); }

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

background-color css

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

 a { background-color: rgb(181,220,80); }

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

border-color css

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

 span { border-color: rgb(181,220,80); }

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