Html Css Color HEX #B6DF50 Conifer

📋 copy color: '#B6DF50'

red 182 ◦ green 223 ◦ blue 80

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

Shades of Conifer #B6DF50

Tints of Conifer #B6DF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.98%

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

R = 37.53%
G = 45.98%
B = 16.49%

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

#B6DF50 (or 0xB6DF50) is known color: Conifer. HEX triplet: B6, DF and 50. RGB value is (182,223,80). Sum of RGB (Red+Green+Blue) = 182+223+80=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DF50 is #4920AF. Grayscale: #C2C2C2. Windows color (decimal): -4792496 or 5300150. OLE color: 5300150.

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

Color convert

RGB 182 223 80 -
CMYK 0.18 0 0.64 0.13
HSL 77.2º 0.69% 0.59% -
HSV(B) 77.2º 0.64% 0.87% -
XYZ 47.13 63.3 17.32 -
YUV 194.44 63.42 119.13 -
System Red Green Blue C M Y K H S L
Decimal 182 223 80 0.18 0 0.64 0.13 77.2 0.69 0.59
Hex B6 DF 50 12 0 40 D 4D 45 3B
Octal 266 337 120 22 0 100 15 115 105 73
Binary 10110110 11011111 1010000 10010 0 1000000 1101 1001101 1000101 111011

Color Harmonies of #B6DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DF50

Black with #B6DF50

Text Example


Text Example

White with #B6DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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