Html Css Color HEX #B5DA50 Conifer

📋 copy color: '#B5DA50'

red 181 ◦ green 218 ◦ blue 80

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

Shades of Conifer #B5DA50

Tints of Conifer #B5DA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.51%

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

R = 37.79%
G = 45.51%
B = 16.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#B5DA50 (or 0xB5DA50) is known color: Conifer. HEX triplet: B5, DA and 50. RGB value is (181,218,80). Sum of RGB (Red+Green+Blue) = 181+218+80=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA50 is #4A25AF. Grayscale: #BFBFBF. Windows color (decimal): -4859312 or 5298869. OLE color: 5298869.

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

Color convert

RGB 181 218 80 -
CMYK 0.17 0 0.63 0.15
HSL 76.09º 0.65% 0.58% -
HSV(B) 76.09º 0.63% 0.85% -
XYZ 45.58 60.55 16.87 -
YUV 191.21 65.24 120.72 -
System Red Green Blue C M Y K H S L
Decimal 181 218 80 0.17 0 0.63 0.15 76.09 0.65 0.58
Hex B5 DA 50 11 0 3F F 4C 41 3A
Octal 265 332 120 21 0 77 17 114 101 72
Binary 10110101 11011010 1010000 10001 0 111111 1111 1001100 1000001 111010

Color Harmonies of #B5DA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DA50

Black with #B5DA50

Text Example


Text Example

White with #B5DA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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