Html Css Color HEX #B2E058 Conifer

📋 copy color: '#B2E058'

red 178 ◦ green 224 ◦ blue 88

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

Shades of Conifer #B2E058

Tints of Conifer #B2E058

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

 BLUE value IS 88 (34.77% from 255) = 17.96%

R = 36.33%
G = 45.71%
B = 17.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#B2E058 (or 0xB2E058) is known color: Conifer. HEX triplet: B2, E0 and 58. RGB value is (178,224,88). Sum of RGB (Red+Green+Blue) = 178+224+88=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E058 is #4D1FA7. Grayscale: #C3C3C3. Windows color (decimal): -5054376 or 5824690. OLE color: 5824690.

HSL color Cylindrical-coordinate representation of color #B2E058: hue angle of 80.29º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2E058 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 224 88 -
CMYK 0.21 0 0.61 0.12
HSL 80.29º 0.69% 0.61% -
HSV(B) 80.29º 0.61% 0.88% -
XYZ 46.78 63.48 19.02 -
YUV 194.74 67.76 116.06 -
System Red Green Blue C M Y K H S L
Decimal 178 224 88 0.21 0 0.61 0.12 80.29 0.69 0.61
Hex B2 E0 58 15 0 3D C 50 45 3D
Octal 262 340 130 25 0 75 14 120 105 75
Binary 10110010 11100000 1011000 10101 0 111101 1100 1010000 1000101 111101

Color Harmonies of #B2E058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E058

Black with #B2E058

Text Example


Text Example

White with #B2E058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E058; }

 p { color: rgb(178,224,88); }

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

background-color css

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

 a { background-color: rgb(178,224,88); }

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

border-color css

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

 span { border-color: rgb(178,224,88); }

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