Html Css Color HEX #B2EB5D Conifer

📋 copy color: '#B2EB5D'

red 178 ◦ green 235 ◦ blue 93

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

Shades of Conifer #B2EB5D

Tints of Conifer #B2EB5D

RGB

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

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

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

R = 35.18%
G = 46.44%
B = 18.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#B2EB5D (or 0xB2EB5D) is known color: Conifer. HEX triplet: B2, EB and 5D. RGB value is (178,235,93). Sum of RGB (Red+Green+Blue) = 178+235+93=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EB5D is #4D14A2. Grayscale: #CACACA. Windows color (decimal): -5051555 or 6155186. OLE color: 6155186.

HSL color Cylindrical-coordinate representation of color #B2EB5D: hue angle of 84.08º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2EB5D is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 93 -
CMYK 0.24 0 0.60 0.08
HSL 84.08º 0.78% 0.64% -
HSV(B) 84.08º 0.6% 0.92% -
XYZ 50.04 69.67 21.17 -
YUV 201.77 66.62 111.05 -
System Red Green Blue C M Y K H S L
Decimal 178 235 93 0.24 0 0.60 0.08 84.08 0.78 0.64
Hex B2 EB 5D 18 0 3C 8 54 4E 40
Octal 262 353 135 30 0 74 10 124 116 100
Binary 10110010 11101011 1011101 11000 0 111100 1000 1010100 1001110 1000000

Color Harmonies of #B2EB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB5D

Black with #B2EB5D

Text Example


Text Example

White with #B2EB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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