Html Css Color HEX #B2EB45 Conifer

📋 copy color: '#B2EB45'

red 178 ◦ green 235 ◦ blue 69

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

Shades of Conifer #B2EB45

Tints of Conifer #B2EB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.32%

R = 36.93%
G = 48.76%
B = 14.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#B2EB45 (or 0xB2EB45) is known color: Conifer. HEX triplet: B2, EB and 45. RGB value is (178,235,69). Sum of RGB (Red+Green+Blue) = 178+235+69=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EB45 is #4D14BA. Grayscale: #C7C7C7. Windows color (decimal): -5051579 or 4582322. OLE color: 4582322.

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

Color convert

RGB 178 235 69 -
CMYK 0.24 0 0.71 0.08
HSL 80.6º 0.81% 0.6% -
HSV(B) 80.6º 0.71% 0.92% -
XYZ 49.14 69.31 16.42 -
YUV 199.03 54.62 113 -
System Red Green Blue C M Y K H S L
Decimal 178 235 69 0.24 0 0.71 0.08 80.6 0.81 0.6
Hex B2 EB 45 18 0 47 8 51 51 3C
Octal 262 353 105 30 0 107 10 121 121 74
Binary 10110010 11101011 1000101 11000 0 1000111 1000 1010001 1010001 111100

Color Harmonies of #B2EB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB45

Black with #B2EB45

Text Example


Text Example

White with #B2EB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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