Html Css Color HEX #B0FF5F Conifer

📋 copy color: '#B0FF5F'

red 176 ◦ green 255 ◦ blue 95

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

Shades of Conifer #B0FF5F

Tints of Conifer #B0FF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.06%

R = 33.46%
G = 48.48%
B = 18.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#B0FF5F (or 0xB0FF5F) is known color: Conifer. HEX triplet: B0, FF and 5F. RGB value is (176,255,95). Sum of RGB (Red+Green+Blue) = 176+255+95=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF5F is #4F00A0. Grayscale: #D5D5D5. Windows color (decimal): -5177505 or 6291376. OLE color: 6291376.

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

Color convert

RGB 176 255 95 -
CMYK 0.31 0 0.63 0
HSL 89.63º 1% 0.69% -
HSV(B) 89.63º 0.63% 1% -
XYZ 55.73 81.58 23.64 -
YUV 213.14 61.33 101.51 -
System Red Green Blue C M Y K H S L
Decimal 176 255 95 0.31 0 0.63 0 89.63 1 0.69
Hex B0 FF 5F 1F 0 3F 0 5A 64 45
Octal 260 377 137 37 0 77 0 132 144 105
Binary 10110000 11111111 1011111 11111 0 111111 0 1011010 1100100 1000101

Color Harmonies of #B0FF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF5F

Black with #B0FF5F

Text Example


Text Example

White with #B0FF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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