Html Css Color HEX #B2D950 Conifer

📋 copy color: '#B2D950'

red 178 ◦ green 217 ◦ blue 80

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

Shades of Conifer #B2D950

Tints of Conifer #B2D950

RGB

 RED value IS 178 (69.92% from 255) = 37.47%

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

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

R = 37.47%
G = 45.68%
B = 16.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#B2D950 (or 0xB2D950) is known color: Conifer. HEX triplet: B2, D9 and 50. RGB value is (178,217,80). Sum of RGB (Red+Green+Blue) = 178+217+80=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D950 is #4D26AF. Grayscale: #BEBEBE. Windows color (decimal): -5056176 or 5298610. OLE color: 5298610.

HSL color Cylindrical-coordinate representation of color #B2D950: hue angle of 77.08º degrees, saturation: 0.64, 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 #B2D950 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 80 -
CMYK 0.18 0 0.63 0.15
HSL 77.08º 0.64% 0.58% -
HSV(B) 77.08º 0.63% 0.85% -
XYZ 44.62 59.67 16.76 -
YUV 189.72 66.08 119.64 -
System Red Green Blue C M Y K H S L
Decimal 178 217 80 0.18 0 0.63 0.15 77.08 0.64 0.58
Hex B2 D9 50 12 0 3F F 4D 40 3A
Octal 262 331 120 22 0 77 17 115 100 72
Binary 10110010 11011001 1010000 10010 0 111111 1111 1001101 1000000 111010

Color Harmonies of #B2D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D950

Black with #B2D950

Text Example


Text Example

White with #B2D950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D950; }

 p { color: rgb(178,217,80); }

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

background-color css

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

 a { background-color: rgb(178,217,80); }

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

border-color css

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

 span { border-color: rgb(178,217,80); }

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