Html Css Color HEX #B2E141 Conifer

📋 copy color: '#B2E141'

red 178 ◦ green 225 ◦ blue 65

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

Shades of Conifer #B2E141

Tints of Conifer #B2E141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.08%

 BLUE value IS 65 (25.78% from 255) = 13.89%

R = 38.03%
G = 48.08%
B = 13.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#B2E141 (or 0xB2E141) is known color: Conifer. HEX triplet: B2, E1 and 41. RGB value is (178,225,65). Sum of RGB (Red+Green+Blue) = 178+225+65=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E141 is #4D1EBE. Grayscale: #C1C1C1. Windows color (decimal): -5054143 or 4317618. OLE color: 4317618.

HSL color Cylindrical-coordinate representation of color #B2E141: hue angle of 77.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2E141 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 225 65 -
CMYK 0.21 0 0.71 0.12
HSL 77.63º 0.73% 0.57% -
HSV(B) 77.63º 0.71% 0.88% -
XYZ 46.24 63.7 14.86 -
YUV 192.71 55.93 117.51 -
System Red Green Blue C M Y K H S L
Decimal 178 225 65 0.21 0 0.71 0.12 77.63 0.73 0.57
Hex B2 E1 41 15 0 47 C 4E 49 39
Octal 262 341 101 25 0 107 14 116 111 71
Binary 10110010 11100001 1000001 10101 0 1000111 1100 1001110 1001001 111001

Color Harmonies of #B2E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E141

Black with #B2E141

Text Example


Text Example

White with #B2E141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E141; }

 p { color: rgb(178,225,65); }

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

background-color css

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

 a { background-color: rgb(178,225,65); }

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

border-color css

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

 span { border-color: rgb(178,225,65); }

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