Html Css Color HEX #B6DF3F Conifer

📋 copy color: '#B6DF3F'

red 182 ◦ green 223 ◦ blue 63

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

Shades of Conifer #B6DF3F

Tints of Conifer #B6DF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.46%

R = 38.89%
G = 47.65%
B = 13.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#B6DF3F (or 0xB6DF3F) is known color: Conifer. HEX triplet: B6, DF and 3F. RGB value is (182,223,63). Sum of RGB (Red+Green+Blue) = 182+223+63=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF3F is #4920C0. Grayscale: #C1C1C1. Windows color (decimal): -4792513 or 4186038. OLE color: 4186038.

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

Color convert

RGB 182 223 63 -
CMYK 0.18 0 0.72 0.13
HSL 75.38º 0.71% 0.56% -
HSV(B) 75.38º 0.72% 0.87% -
XYZ 46.58 63.08 14.42 -
YUV 192.5 54.92 120.51 -
System Red Green Blue C M Y K H S L
Decimal 182 223 63 0.18 0 0.72 0.13 75.38 0.71 0.56
Hex B6 DF 3F 12 0 48 D 4B 47 38
Octal 266 337 77 22 0 110 15 113 107 70
Binary 10110110 11011111 111111 10010 0 1001000 1101 1001011 1000111 111000

Color Harmonies of #B6DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DF3F

Black with #B6DF3F

Text Example


Text Example

White with #B6DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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