Html Css Color HEX #B6DF3E Conifer

📋 copy color: '#B6DF3E'

red 182 ◦ green 223 ◦ blue 62

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

Shades of Conifer #B6DF3E

Tints of Conifer #B6DF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.28%

R = 38.97%
G = 47.75%
B = 13.28%

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

#B6DF3E (or 0xB6DF3E) is known color: Conifer. HEX triplet: B6, DF and 3E. RGB value is (182,223,62). Sum of RGB (Red+Green+Blue) = 182+223+62=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF3E is #4920C1. Grayscale: #C0C0C0. Windows color (decimal): -4792514 or 4120502. OLE color: 4120502.

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

Color convert

RGB 182 223 62 -
CMYK 0.18 0 0.72 0.13
HSL 75.28º 0.72% 0.56% -
HSV(B) 75.28º 0.72% 0.87% -
XYZ 46.55 63.07 14.28 -
YUV 192.39 54.42 120.59 -
System Red Green Blue C M Y K H S L
Decimal 182 223 62 0.18 0 0.72 0.13 75.28 0.72 0.56
Hex B6 DF 3E 12 0 48 D 4B 48 38
Octal 266 337 76 22 0 110 15 113 110 70
Binary 10110110 11011111 111110 10010 0 1001000 1101 1001011 1001000 111000

Color Harmonies of #B6DF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DF3E

Black with #B6DF3E

Text Example


Text Example

White with #B6DF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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