Html Css Color HEX #B6DD50 Conifer

📋 copy color: '#B6DD50'

red 182 ◦ green 221 ◦ blue 80

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

Shades of Conifer #B6DD50

Tints of Conifer #B6DD50

RGB

 RED value IS 182 (71.48% from 255) = 37.68%

 GREEN value IS 221 (86.72% from 255) = 45.76%

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

R = 37.68%
G = 45.76%
B = 16.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#B6DD50 (or 0xB6DD50) is known color: Conifer. HEX triplet: B6, DD and 50. RGB value is (182,221,80). Sum of RGB (Red+Green+Blue) = 182+221+80=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DD50 is #4922AF. Grayscale: #C1C1C1. Windows color (decimal): -4793008 or 5299638. OLE color: 5299638.

HSL color Cylindrical-coordinate representation of color #B6DD50: hue angle of 76.6º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6DD50 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 221 80 -
CMYK 0.18 0 0.64 0.13
HSL 76.6º 0.67% 0.59% -
HSV(B) 76.6º 0.64% 0.87% -
XYZ 46.6 62.24 17.15 -
YUV 193.27 64.08 119.96 -
System Red Green Blue C M Y K H S L
Decimal 182 221 80 0.18 0 0.64 0.13 76.6 0.67 0.59
Hex B6 DD 50 12 0 40 D 4D 43 3B
Octal 266 335 120 22 0 100 15 115 103 73
Binary 10110110 11011101 1010000 10010 0 1000000 1101 1001101 1000011 111011

Color Harmonies of #B6DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DD50

Black with #B6DD50

Text Example


Text Example

White with #B6DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DD50; }

 p { color: rgb(182,221,80); }

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

background-color css

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

 a { background-color: rgb(182,221,80); }

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

border-color css

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

 span { border-color: rgb(182,221,80); }

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