Html Css Color HEX #B5D050 Conifer

📋 copy color: '#B5D050'

red 181 ◦ green 208 ◦ blue 80

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

Shades of Conifer #B5D050

Tints of Conifer #B5D050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.35%

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

R = 38.59%
G = 44.35%
B = 17.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#B5D050 (or 0xB5D050) is known color: Conifer. HEX triplet: B5, D0 and 50. RGB value is (181,208,80). Sum of RGB (Red+Green+Blue) = 181+208+80=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D050 is #4A2FAF. Grayscale: #B9B9B9. Windows color (decimal): -4861872 or 5296309. OLE color: 5296309.

HSL color Cylindrical-coordinate representation of color #B5D050: hue angle of 72.66º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5D050 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 208 80 -
CMYK 0.13 0 0.62 0.18
HSL 72.66º 0.58% 0.56% -
HSV(B) 72.66º 0.62% 0.82% -
XYZ 43.06 55.51 16.04 -
YUV 185.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 181 208 80 0.13 0 0.62 0.18 72.66 0.58 0.56
Hex B5 D0 50 D 0 3E 12 49 3A 38
Octal 265 320 120 15 0 76 22 111 72 70
Binary 10110101 11010000 1010000 1101 0 111110 10010 1001001 111010 111000

Color Harmonies of #B5D050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D050

Black with #B5D050

Text Example


Text Example

White with #B5D050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D050; }

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

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

background-color css

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

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

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

border-color css

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

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

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