Html Css Color HEX #B0FF5C Conifer

📋 copy color: '#B0FF5C'

red 176 ◦ green 255 ◦ blue 92

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

Shades of Conifer #B0FF5C

Tints of Conifer #B0FF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.59%

R = 33.65%
G = 48.76%
B = 17.59%

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

#B0FF5C (or 0xB0FF5C) is known color: Conifer. HEX triplet: B0, FF and 5C. RGB value is (176,255,92). Sum of RGB (Red+Green+Blue) = 176+255+92=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF5C is #4F00A3. Grayscale: #D5D5D5. Windows color (decimal): -5177508 or 6094768. OLE color: 6094768.

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

Color convert

RGB 176 255 92 -
CMYK 0.31 0 0.64 0
HSL 89.08º 1% 0.68% -
HSV(B) 89.08º 0.64% 1% -
XYZ 55.6 81.52 22.93 -
YUV 212.8 59.83 101.75 -
System Red Green Blue C M Y K H S L
Decimal 176 255 92 0.31 0 0.64 0 89.08 1 0.68
Hex B0 FF 5C 1F 0 40 0 59 64 44
Octal 260 377 134 37 0 100 0 131 144 104
Binary 10110000 11111111 1011100 11111 0 1000000 0 1011001 1100100 1000100

Color Harmonies of #B0FF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF5C

Black with #B0FF5C

Text Example


Text Example

White with #B0FF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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