Html Css Color HEX #B2E445 Conifer

📋 copy color: '#B2E445'

red 178 ◦ green 228 ◦ blue 69

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

Shades of Conifer #B2E445

Tints of Conifer #B2E445

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48%

 BLUE value IS 69 (27.34% from 255) = 14.53%

R = 37.47%
G = 48%
B = 14.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#B2E445 (or 0xB2E445) is known color: Conifer. HEX triplet: B2, E4 and 45. RGB value is (178,228,69). Sum of RGB (Red+Green+Blue) = 178+228+69=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E445 is #4D1BBA. Grayscale: #C3C3C3. Windows color (decimal): -5053371 or 4580530. OLE color: 4580530.

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

Color convert

RGB 178 228 69 -
CMYK 0.22 0 0.70 0.11
HSL 78.87º 0.75% 0.58% -
HSV(B) 78.87º 0.7% 0.89% -
XYZ 47.18 65.38 15.76 -
YUV 194.92 56.94 115.93 -
System Red Green Blue C M Y K H S L
Decimal 178 228 69 0.22 0 0.70 0.11 78.87 0.75 0.58
Hex B2 E4 45 16 0 46 B 4F 4B 3A
Octal 262 344 105 26 0 106 13 117 113 72
Binary 10110010 11100100 1000101 10110 0 1000110 1011 1001111 1001011 111010

Color Harmonies of #B2E445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E445

Black with #B2E445

Text Example


Text Example

White with #B2E445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E445; }

 p { color: rgb(178,228,69); }

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

background-color css

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

 a { background-color: rgb(178,228,69); }

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

border-color css

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

 span { border-color: rgb(178,228,69); }

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