Html Css Color HEX #B2E35F Conifer

📋 copy color: '#B2E35F'

red 178 ◦ green 227 ◦ blue 95

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

Shades of Conifer #B2E35F

Tints of Conifer #B2E35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.4%

 BLUE value IS 95 (37.5% from 255) = 19%

R = 35.6%
G = 45.4%
B = 19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#B2E35F (or 0xB2E35F) is known color: Conifer. HEX triplet: B2, E3 and 5F. RGB value is (178,227,95). Sum of RGB (Red+Green+Blue) = 178+227+95=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E35F is #4D1CA0. Grayscale: #C5C5C5. Windows color (decimal): -5053601 or 6284210. OLE color: 6284210.

HSL color Cylindrical-coordinate representation of color #B2E35F: hue angle of 82.27º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2E35F is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 227 95 -
CMYK 0.22 0 0.58 0.11
HSL 82.27º 0.7% 0.63% -
HSV(B) 82.27º 0.58% 0.89% -
XYZ 47.89 65.23 20.89 -
YUV 197.3 70.27 114.23 -
System Red Green Blue C M Y K H S L
Decimal 178 227 95 0.22 0 0.58 0.11 82.27 0.7 0.63
Hex B2 E3 5F 16 0 3A B 52 46 3F
Octal 262 343 137 26 0 72 13 122 106 77
Binary 10110010 11100011 1011111 10110 0 111010 1011 1010010 1000110 111111

Color Harmonies of #B2E35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E35F

Black with #B2E35F

Text Example


Text Example

White with #B2E35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E35F; }

 p { color: rgb(178,227,95); }

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

background-color css

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

 a { background-color: rgb(178,227,95); }

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

border-color css

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

 span { border-color: rgb(178,227,95); }

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