Html Css Color HEX #B5D250 Conifer

📋 copy color: '#B5D250'

red 181 ◦ green 210 ◦ blue 80

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

Shades of Conifer #B5D250

Tints of Conifer #B5D250

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.59%

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

R = 38.43%
G = 44.59%
B = 16.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#B5D250 (or 0xB5D250) is known color: Conifer. HEX triplet: B5, D2 and 50. RGB value is (181,210,80). Sum of RGB (Red+Green+Blue) = 181+210+80=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D250 is #4A2DAF. Grayscale: #BBBBBB. Windows color (decimal): -4861360 or 5296821. OLE color: 5296821.

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

Color convert

RGB 181 210 80 -
CMYK 0.14 0 0.62 0.18
HSL 73.38º 0.59% 0.57% -
HSV(B) 73.38º 0.62% 0.82% -
XYZ 43.55 56.5 16.2 -
YUV 186.51 67.89 124.07 -
System Red Green Blue C M Y K H S L
Decimal 181 210 80 0.14 0 0.62 0.18 73.38 0.59 0.57
Hex B5 D2 50 E 0 3E 12 49 3B 39
Octal 265 322 120 16 0 76 22 111 73 71
Binary 10110101 11010010 1010000 1110 0 111110 10010 1001001 111011 111001

Color Harmonies of #B5D250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D250

Black with #B5D250

Text Example


Text Example

White with #B5D250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D250; }

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

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

background-color css

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

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

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

border-color css

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

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

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