Html Css Color HEX #B2ED5D Conifer

📋 copy color: '#B2ED5D'

red 178 ◦ green 237 ◦ blue 93

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

Shades of Conifer #B2ED5D

Tints of Conifer #B2ED5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 35.04%
G = 46.65%
B = 18.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#B2ED5D (or 0xB2ED5D) is known color: Conifer. HEX triplet: B2, ED and 5D. RGB value is (178,237,93). Sum of RGB (Red+Green+Blue) = 178+237+93=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2ED5D is #4D12A2. Grayscale: #CBCBCB. Windows color (decimal): -5051043 or 6155698. OLE color: 6155698.

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

Color convert

RGB 178 237 93 -
CMYK 0.25 0 0.61 0.07
HSL 84.58º 0.8% 0.65% -
HSV(B) 84.58º 0.61% 0.93% -
XYZ 50.62 70.82 21.36 -
YUV 202.94 65.95 110.21 -
System Red Green Blue C M Y K H S L
Decimal 178 237 93 0.25 0 0.61 0.07 84.58 0.8 0.65
Hex B2 ED 5D 19 0 3D 7 55 50 41
Octal 262 355 135 31 0 75 7 125 120 101
Binary 10110010 11101101 1011101 11001 0 111101 111 1010101 1010000 1000001

Color Harmonies of #B2ED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ED5D

Black with #B2ED5D

Text Example


Text Example

White with #B2ED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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