Html Css Color HEX #B2FF5A Conifer

📋 copy color: '#B2FF5A'

red 178 ◦ green 255 ◦ blue 90

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

Shades of Conifer #B2FF5A

Tints of Conifer #B2FF5A

RGB

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

 GREEN value IS 255 (100% from 255) = 48.76%

 BLUE value IS 90 (35.55% from 255) = 17.21%

R = 34.03%
G = 48.76%
B = 17.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#B2FF5A (or 0xB2FF5A) is known color: Conifer. HEX triplet: B2, FF and 5A. RGB value is (178,255,90). Sum of RGB (Red+Green+Blue) = 178+255+90=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF5A is #4D00A5. Grayscale: #D5D5D5. Windows color (decimal): -5046438 or 5963698. OLE color: 5963698.

HSL color Cylindrical-coordinate representation of color #B2FF5A: hue angle of 88º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2FF5A is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 90 -
CMYK 0.30 0 0.65 0
HSL 88º 1% 0.68% -
HSV(B) 88º 0.65% 1% -
XYZ 55.97 81.72 22.5 -
YUV 213.17 58.49 102.92 -
System Red Green Blue C M Y K H S L
Decimal 178 255 90 0.30 0 0.65 0 88 1 0.68
Hex B2 FF 5A 1E 0 41 0 58 64 44
Octal 262 377 132 36 0 101 0 130 144 104
Binary 10110010 11111111 1011010 11110 0 1000001 0 1011000 1100100 1000100

Color Harmonies of #B2FF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FF5A

Black with #B2FF5A

Text Example


Text Example

White with #B2FF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FF5A; }

 p { color: rgb(178,255,90); }

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

background-color css

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

 a { background-color: rgb(178,255,90); }

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

border-color css

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

 span { border-color: rgb(178,255,90); }

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