Html Css Color HEX #B0FF5D Conifer

📋 copy color: '#B0FF5D'

red 176 ◦ green 255 ◦ blue 93

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

Shades of Conifer #B0FF5D

Tints of Conifer #B0FF5D

RGB

 RED value IS 176 (69.14% from 255) = 33.59%

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

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

R = 33.59%
G = 48.66%
B = 17.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#B0FF5D (or 0xB0FF5D) is known color: Conifer. HEX triplet: B0, FF and 5D. RGB value is (176,255,93). Sum of RGB (Red+Green+Blue) = 176+255+93=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF5D is #4F00A2. Grayscale: #D5D5D5. Windows color (decimal): -5177507 or 6160304. OLE color: 6160304.

HSL color Cylindrical-coordinate representation of color #B0FF5D: hue angle of 89.26º 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 #B0FF5D is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 176 255 93 -
CMYK 0.31 0 0.64 0
HSL 89.26º 1% 0.68% -
HSV(B) 89.26º 0.64% 1% -
XYZ 55.64 81.54 23.16 -
YUV 212.91 60.33 101.67 -
System Red Green Blue C M Y K H S L
Decimal 176 255 93 0.31 0 0.64 0 89.26 1 0.68
Hex B0 FF 5D 1F 0 40 0 59 64 44
Octal 260 377 135 37 0 100 0 131 144 104
Binary 10110000 11111111 1011101 11111 0 1000000 0 1011001 1100100 1000100

Color Harmonies of #B0FF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF5D

Black with #B0FF5D

Text Example


Text Example

White with #B0FF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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