Html Css Color HEX #B2ED47 Conifer

📋 copy color: '#B2ED47'

red 178 ◦ green 237 ◦ blue 71

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

Shades of Conifer #B2ED47

Tints of Conifer #B2ED47

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

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

R = 36.63%
G = 48.77%
B = 14.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#B2ED47 (or 0xB2ED47) is known color: Conifer. HEX triplet: B2, ED and 47. RGB value is (178,237,71). Sum of RGB (Red+Green+Blue) = 178+237+71=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2ED47 is #4D12B8. Grayscale: #C9C9C9. Windows color (decimal): -5051065 or 4713906. OLE color: 4713906.

HSL color Cylindrical-coordinate representation of color #B2ED47: hue angle of 81.33º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2ED47 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 237 71 -
CMYK 0.25 0 0.70 0.07
HSL 81.33º 0.82% 0.6% -
HSV(B) 81.33º 0.7% 0.93% -
XYZ 49.78 70.49 16.94 -
YUV 200.44 54.95 112 -
System Red Green Blue C M Y K H S L
Decimal 178 237 71 0.25 0 0.70 0.07 81.33 0.82 0.6
Hex B2 ED 47 19 0 46 7 51 52 3C
Octal 262 355 107 31 0 106 7 121 122 74
Binary 10110010 11101101 1000111 11001 0 1000110 111 1010001 1010010 111100

Color Harmonies of #B2ED47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ED47

Black with #B2ED47

Text Example


Text Example

White with #B2ED47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ED47; }

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

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

background-color css

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

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

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

border-color css

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

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

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