Html Css Color HEX #B2DC50 Conifer

📋 copy color: '#B2DC50'

red 178 ◦ green 220 ◦ blue 80

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

Shades of Conifer #B2DC50

Tints of Conifer #B2DC50

RGB

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

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

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

R = 37.24%
G = 46.03%
B = 16.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#B2DC50 (or 0xB2DC50) is known color: Conifer. HEX triplet: B2, DC and 50. RGB value is (178,220,80). Sum of RGB (Red+Green+Blue) = 178+220+80=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC50 is #4D23AF. Grayscale: #C0C0C0. Windows color (decimal): -5055408 or 5299378. OLE color: 5299378.

HSL color Cylindrical-coordinate representation of color #B2DC50: hue angle of 78º 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 #B2DC50 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 80 -
CMYK 0.19 0 0.64 0.14
HSL 78º 0.67% 0.59% -
HSV(B) 78º 0.64% 0.86% -
XYZ 45.4 61.23 17.02 -
YUV 191.48 65.09 118.38 -
System Red Green Blue C M Y K H S L
Decimal 178 220 80 0.19 0 0.64 0.14 78 0.67 0.59
Hex B2 DC 50 13 0 40 E 4E 43 3B
Octal 262 334 120 23 0 100 16 116 103 73
Binary 10110010 11011100 1010000 10011 0 1000000 1110 1001110 1000011 111011

Color Harmonies of #B2DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC50

Black with #B2DC50

Text Example


Text Example

White with #B2DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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