Html Css Color HEX #B2ED4A Conifer

📋 copy color: '#B2ED4A'

red 178 ◦ green 237 ◦ blue 74

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

Shades of Conifer #B2ED4A

Tints of Conifer #B2ED4A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.47%

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

R = 36.4%
G = 48.47%
B = 15.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#B2ED4A (or 0xB2ED4A) is known color: Conifer. HEX triplet: B2, ED and 4A. RGB value is (178,237,74). Sum of RGB (Red+Green+Blue) = 178+237+74=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2ED4A is #4D12B5. Grayscale: #C9C9C9. Windows color (decimal): -5051062 or 4910514. OLE color: 4910514.

HSL color Cylindrical-coordinate representation of color #B2ED4A: hue angle of 81.72º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2ED4A is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 237 74 -
CMYK 0.25 0 0.69 0.07
HSL 81.72º 0.82% 0.61% -
HSV(B) 81.72º 0.69% 0.93% -
XYZ 49.88 70.53 17.46 -
YUV 200.78 56.45 111.75 -
System Red Green Blue C M Y K H S L
Decimal 178 237 74 0.25 0 0.69 0.07 81.72 0.82 0.61
Hex B2 ED 4A 19 0 45 7 52 52 3D
Octal 262 355 112 31 0 105 7 122 122 75
Binary 10110010 11101101 1001010 11001 0 1000101 111 1010010 1010010 111101

Color Harmonies of #B2ED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ED4A

Black with #B2ED4A

Text Example


Text Example

White with #B2ED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ED4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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