Html Css Color HEX #B2E155 Conifer

📋 copy color: '#B2E155'

red 178 ◦ green 225 ◦ blue 85

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

Shades of Conifer #B2E155

Tints of Conifer #B2E155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.42%

R = 36.48%
G = 46.11%
B = 17.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#B2E155 (or 0xB2E155) is known color: Conifer. HEX triplet: B2, E1 and 55. RGB value is (178,225,85). Sum of RGB (Red+Green+Blue) = 178+225+85=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E155 is #4D1EAA. Grayscale: #C3C3C3. Windows color (decimal): -5054123 or 5628338. OLE color: 5628338.

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

Color convert

RGB 178 225 85 -
CMYK 0.21 0 0.62 0.12
HSL 80.14º 0.7% 0.61% -
HSV(B) 80.14º 0.62% 0.88% -
XYZ 46.93 63.97 18.47 -
YUV 194.99 65.93 115.88 -
System Red Green Blue C M Y K H S L
Decimal 178 225 85 0.21 0 0.62 0.12 80.14 0.7 0.61
Hex B2 E1 55 15 0 3E C 50 46 3D
Octal 262 341 125 25 0 76 14 120 106 75
Binary 10110010 11100001 1010101 10101 0 111110 1100 1010000 1000110 111101

Color Harmonies of #B2E155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E155

Black with #B2E155

Text Example


Text Example

White with #B2E155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E155; }

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

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

background-color css

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

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

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

border-color css

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

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

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