Html Css Color HEX #B2E542 Conifer

📋 copy color: '#B2E542'

red 178 ◦ green 229 ◦ blue 66

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

Shades of Conifer #B2E542

Tints of Conifer #B2E542

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.41%

 BLUE value IS 66 (26.17% from 255) = 13.95%

R = 37.63%
G = 48.41%
B = 13.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#B2E542 (or 0xB2E542) is known color: Conifer. HEX triplet: B2, E5 and 42. RGB value is (178,229,66). Sum of RGB (Red+Green+Blue) = 178+229+66=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E542 is #4D1ABD. Grayscale: #C3C3C3. Windows color (decimal): -5053118 or 4384178. OLE color: 4384178.

HSL color Cylindrical-coordinate representation of color #B2E542: hue angle of 78.77º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2E542 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 229 66 -
CMYK 0.22 0 0.71 0.10
HSL 78.77º 0.76% 0.58% -
HSV(B) 78.77º 0.71% 0.9% -
XYZ 47.36 65.9 15.38 -
YUV 195.17 55.1 115.75 -
System Red Green Blue C M Y K H S L
Decimal 178 229 66 0.22 0 0.71 0.10 78.77 0.76 0.58
Hex B2 E5 42 16 0 47 A 4F 4C 3A
Octal 262 345 102 26 0 107 12 117 114 72
Binary 10110010 11100101 1000010 10110 0 1000111 1010 1001111 1001100 111010

Color Harmonies of #B2E542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E542

Black with #B2E542

Text Example


Text Example

White with #B2E542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E542; }

 p { color: rgb(178,229,66); }

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

background-color css

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

 a { background-color: rgb(178,229,66); }

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

border-color css

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

 span { border-color: rgb(178,229,66); }

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