Html Css Color HEX #B2F056 Conifer

📋 copy color: '#B2F056'

red 178 ◦ green 240 ◦ blue 86

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

Shades of Conifer #B2F056

Tints of Conifer #B2F056

RGB

 RED value IS 178 (69.92% from 255) = 35.32%

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

 BLUE value IS 86 (33.98% from 255) = 17.06%

R = 35.32%
G = 47.62%
B = 17.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#B2F056 (or 0xB2F056) is known color: Conifer. HEX triplet: B2, F0 and 56. RGB value is (178,240,86). Sum of RGB (Red+Green+Blue) = 178+240+86=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F056 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F056 is #4D0FA9. Grayscale: #CCCCCC. Windows color (decimal): -5050282 or 5697714. OLE color: 5697714.

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

Color convert

RGB 178 240 86 -
CMYK 0.26 0 0.64 0.06
HSL 84.16º 0.84% 0.64% -
HSV(B) 84.16º 0.64% 0.94% -
XYZ 51.2 72.46 20.09 -
YUV 203.91 61.46 109.52 -
System Red Green Blue C M Y K H S L
Decimal 178 240 86 0.26 0 0.64 0.06 84.16 0.84 0.64
Hex B2 F0 56 1A 0 40 6 54 54 40
Octal 262 360 126 32 0 100 6 124 124 100
Binary 10110010 11110000 1010110 11010 0 1000000 110 1010100 1010100 1000000

Color Harmonies of #B2F056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F056

Black with #B2F056

Text Example


Text Example

White with #B2F056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F056; }

 p { color: rgb(178,240,86); }

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

background-color css

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

 a { background-color: rgb(178,240,86); }

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

border-color css

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

 span { border-color: rgb(178,240,86); }

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