Html Css Color HEX #B2ED4E Conifer

📋 copy color: '#B2ED4E'

red 178 ◦ green 237 ◦ blue 78

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

Shades of Conifer #B2ED4E

Tints of Conifer #B2ED4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.82%

R = 36.11%
G = 48.07%
B = 15.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#B2ED4E (or 0xB2ED4E) is known color: Conifer. HEX triplet: B2, ED and 4E. RGB value is (178,237,78). Sum of RGB (Red+Green+Blue) = 178+237+78=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2ED4E is #4D12B1. Grayscale: #C9C9C9. Windows color (decimal): -5051058 or 5172658. OLE color: 5172658.

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

Color convert

RGB 178 237 78 -
CMYK 0.25 0 0.67 0.07
HSL 82.26º 0.82% 0.62% -
HSV(B) 82.26º 0.67% 0.93% -
XYZ 50.02 70.58 18.2 -
YUV 201.23 58.45 111.43 -
System Red Green Blue C M Y K H S L
Decimal 178 237 78 0.25 0 0.67 0.07 82.26 0.82 0.62
Hex B2 ED 4E 19 0 43 7 52 52 3E
Octal 262 355 116 31 0 103 7 122 122 76
Binary 10110010 11101101 1001110 11001 0 1000011 111 1010010 1010010 111110

Color Harmonies of #B2ED4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ED4E

Black with #B2ED4E

Text Example


Text Example

White with #B2ED4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ED4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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