Html Css Color HEX #B2FF5D Conifer

📋 copy color: '#B2FF5D'

red 178 ◦ green 255 ◦ blue 93

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

Shades of Conifer #B2FF5D

Tints of Conifer #B2FF5D

RGB

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

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

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

R = 33.84%
G = 48.48%
B = 17.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#B2FF5D (or 0xB2FF5D) is known color: Conifer. HEX triplet: B2, FF and 5D. RGB value is (178,255,93). Sum of RGB (Red+Green+Blue) = 178+255+93=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF5D is #4D00A2. Grayscale: #D6D6D6. Windows color (decimal): -5046435 or 6160306. OLE color: 6160306.

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

Color convert

RGB 178 255 93 -
CMYK 0.30 0 0.64 0
HSL 88.52º 1% 0.68% -
HSV(B) 88.52º 0.64% 1% -
XYZ 56.1 81.78 23.18 -
YUV 213.51 59.99 102.67 -
System Red Green Blue C M Y K H S L
Decimal 178 255 93 0.30 0 0.64 0 88.52 1 0.68
Hex B2 FF 5D 1E 0 40 0 59 64 44
Octal 262 377 135 36 0 100 0 131 144 104
Binary 10110010 11111111 1011101 11110 0 1000000 0 1011001 1100100 1000100

Color Harmonies of #B2FF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FF5D

Black with #B2FF5D

Text Example


Text Example

White with #B2FF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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