Html Css Color HEX #B2EB4A Conifer

📋 copy color: '#B2EB4A'

red 178 ◦ green 235 ◦ blue 74

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

Shades of Conifer #B2EB4A

Tints of Conifer #B2EB4A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.25%

 BLUE value IS 74 (29.3% from 255) = 15.2%

R = 36.55%
G = 48.25%
B = 15.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#B2EB4A (or 0xB2EB4A) is known color: Conifer. HEX triplet: B2, EB and 4A. RGB value is (178,235,74). Sum of RGB (Red+Green+Blue) = 178+235+74=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EB4A is #4D14B5. Grayscale: #C8C8C8. Windows color (decimal): -5051574 or 4910002. OLE color: 4910002.

HSL color Cylindrical-coordinate representation of color #B2EB4A: hue angle of 81.24º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2EB4A is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 74 -
CMYK 0.24 0 0.69 0.08
HSL 81.24º 0.8% 0.61% -
HSV(B) 81.24º 0.69% 0.92% -
XYZ 49.3 69.38 17.27 -
YUV 199.6 57.12 112.59 -
System Red Green Blue C M Y K H S L
Decimal 178 235 74 0.24 0 0.69 0.08 81.24 0.8 0.61
Hex B2 EB 4A 18 0 45 8 51 50 3D
Octal 262 353 112 30 0 105 10 121 120 75
Binary 10110010 11101011 1001010 11000 0 1000101 1000 1010001 1010000 111101

Color Harmonies of #B2EB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB4A

Black with #B2EB4A

Text Example


Text Example

White with #B2EB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB4A; }

 p { color: rgb(178,235,74); }

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

background-color css

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

 a { background-color: rgb(178,235,74); }

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

border-color css

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

 span { border-color: rgb(178,235,74); }

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