Html Css Color HEX #B2F047 Conifer

📋 copy color: '#B2F047'

red 178 ◦ green 240 ◦ blue 71

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

Shades of Conifer #B2F047

Tints of Conifer #B2F047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.52%

R = 36.4%
G = 49.08%
B = 14.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#B2F047 (or 0xB2F047) is known color: Conifer. HEX triplet: B2, F0 and 47. RGB value is (178,240,71). Sum of RGB (Red+Green+Blue) = 178+240+71=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F047 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F047 is #4D0FB8. Grayscale: #CACACA. Windows color (decimal): -5050297 or 4714674. OLE color: 4714674.

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

Color convert

RGB 178 240 71 -
CMYK 0.26 0 0.70 0.06
HSL 82.01º 0.85% 0.61% -
HSV(B) 82.01º 0.7% 0.94% -
XYZ 50.66 72.24 17.24 -
YUV 202.2 53.96 110.74 -
System Red Green Blue C M Y K H S L
Decimal 178 240 71 0.26 0 0.70 0.06 82.01 0.85 0.61
Hex B2 F0 47 1A 0 46 6 52 55 3D
Octal 262 360 107 32 0 106 6 122 125 75
Binary 10110010 11110000 1000111 11010 0 1000110 110 1010010 1010101 111101

Color Harmonies of #B2F047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F047

Black with #B2F047

Text Example


Text Example

White with #B2F047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F047; }

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

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

background-color css

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

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

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

border-color css

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

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

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