Html Css Color HEX #B2E355 Conifer

📋 copy color: '#B2E355'

red 178 ◦ green 227 ◦ blue 85

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

Shades of Conifer #B2E355

Tints of Conifer #B2E355

RGB

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

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

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

R = 36.33%
G = 46.33%
B = 17.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#B2E355 (or 0xB2E355) is known color: Conifer. HEX triplet: B2, E3 and 55. RGB value is (178,227,85). Sum of RGB (Red+Green+Blue) = 178+227+85=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E355 is #4D1CAA. Grayscale: #C4C4C4. Windows color (decimal): -5053611 or 5628850. OLE color: 5628850.

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

Color convert

RGB 178 227 85 -
CMYK 0.22 0 0.63 0.11
HSL 80.7º 0.72% 0.61% -
HSV(B) 80.7º 0.63% 0.89% -
XYZ 47.47 65.06 18.65 -
YUV 196.16 65.27 115.05 -
System Red Green Blue C M Y K H S L
Decimal 178 227 85 0.22 0 0.63 0.11 80.7 0.72 0.61
Hex B2 E3 55 16 0 3F B 51 48 3D
Octal 262 343 125 26 0 77 13 121 110 75
Binary 10110010 11100011 1010101 10110 0 111111 1011 1010001 1001000 111101

Color Harmonies of #B2E355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E355

Black with #B2E355

Text Example


Text Example

White with #B2E355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E355; }

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

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

background-color css

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

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

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

border-color css

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

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

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