Html Css Color HEX #B0FF61 Conifer

📋 copy color: '#B0FF61'

red 176 ◦ green 255 ◦ blue 97

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

Shades of Conifer #B0FF61

Tints of Conifer #B0FF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.37%

R = 33.33%
G = 48.3%
B = 18.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#B0FF61 (or 0xB0FF61) is known color: Conifer. HEX triplet: B0, FF and 61. RGB value is (176,255,97). Sum of RGB (Red+Green+Blue) = 176+255+97=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF61 is #4F009E. Grayscale: #D5D5D5. Windows color (decimal): -5177503 or 6422448. OLE color: 6422448.

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

Color convert

RGB 176 255 97 -
CMYK 0.31 0 0.62 0
HSL 90º 1% 0.69% -
HSV(B) 90º 0.62% 1% -
XYZ 55.82 81.61 24.12 -
YUV 213.37 62.33 101.35 -
System Red Green Blue C M Y K H S L
Decimal 176 255 97 0.31 0 0.62 0 90 1 0.69
Hex B0 FF 61 1F 0 3E 0 5A 64 45
Octal 260 377 141 37 0 76 0 132 144 105
Binary 10110000 11111111 1100001 11111 0 111110 0 1011010 1100100 1000101

Color Harmonies of #B0FF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF61

Black with #B0FF61

Text Example


Text Example

White with #B0FF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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