Html Css Color HEX #B6F050 Conifer

📋 copy color: '#B6F050'

red 182 ◦ green 240 ◦ blue 80

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

Shades of Conifer #B6F050

Tints of Conifer #B6F050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.81%

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

R = 36.25%
G = 47.81%
B = 15.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#B6F050 (or 0xB6F050) is known color: Conifer. HEX triplet: B6, F0 and 50. RGB value is (182,240,80). Sum of RGB (Red+Green+Blue) = 182+240+80=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F050 is #490FAF. Grayscale: #CDCDCD. Windows color (decimal): -4788144 or 5304502. OLE color: 5304502.

HSL color Cylindrical-coordinate representation of color #B6F050: hue angle of 81.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6F050 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 240 80 -
CMYK 0.24 0 0.67 0.06
HSL 81.75º 0.84% 0.63% -
HSV(B) 81.75º 0.67% 0.94% -
XYZ 51.9 72.84 18.91 -
YUV 204.42 57.78 112.01 -
System Red Green Blue C M Y K H S L
Decimal 182 240 80 0.24 0 0.67 0.06 81.75 0.84 0.63
Hex B6 F0 50 18 0 43 6 52 54 3F
Octal 266 360 120 30 0 103 6 122 124 77
Binary 10110110 11110000 1010000 11000 0 1000011 110 1010010 1010100 111111

Color Harmonies of #B6F050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F050

Black with #B6F050

Text Example


Text Example

White with #B6F050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F050; }

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

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

background-color css

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

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

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

border-color css

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

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

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